Commit 1b5266d8 authored by georgesak's avatar georgesak Committed by Commit bot

[Session restore] Rename group name Enabled to Restore.

TBR=sky@chromium.org
BUG=465815

Review URL: https://codereview.chromium.org/1062293004

Cr-Commit-Position: refs/heads/master@{#324154}
parent 79b65132
......@@ -17,7 +17,7 @@ void SessionRestoreDelegate::RestoreTabs(
base::FieldTrial* trial =
base::FieldTrialList::Find("SessionRestoreBackgroundLoading");
bool active_only = true;
if (!trial || trial->group_name() == "Enabled") {
if (!trial || trial->group_name() == "Restore") {
TabLoader::RestoreTabs(tabs, restore_started);
active_only = false;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment