Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(214)

Unified Diff: chrome/browser/sessions/session_restore_delegate.cc

Issue 1062293004: [Session restore] Rename group name Enabled to Restore. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sessions/session_restore_delegate.cc
diff --git a/chrome/browser/sessions/session_restore_delegate.cc b/chrome/browser/sessions/session_restore_delegate.cc
index 67e1d98e0b5f7a447eeff96b01a5892fe3c246b5..9a4006013a4792cfe927238c371bc9f793594940 100644
--- a/chrome/browser/sessions/session_restore_delegate.cc
+++ b/chrome/browser/sessions/session_restore_delegate.cc
@@ -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;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698