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

Unified Diff: chrome/browser/prefs/browser_prefs.cc

Issue 10854217: Debug the generic session restore failure. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Code review Created 8 years, 4 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 | chrome/browser/sessions/session_backend.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/prefs/browser_prefs.cc
diff --git a/chrome/browser/prefs/browser_prefs.cc b/chrome/browser/prefs/browser_prefs.cc
index d509ec9e775e6dabcff3a91a62dfe9e7b46b7161..1e2a82484ceba19288be28bd5470e1970ccd2cb6 100644
--- a/chrome/browser/prefs/browser_prefs.cc
+++ b/chrome/browser/prefs/browser_prefs.cc
@@ -127,6 +127,8 @@ namespace chrome {
void RegisterLocalState(PrefService* local_state) {
// Prefs in Local State
local_state->RegisterIntegerPref(prefs::kMultipleProfilePrefMigration, 0);
+ local_state->RegisterListPref(prefs::kSessionRestoreFilesCycled,
+ PrefService::UNSYNCABLE_PREF);
browser_shutdown::RegisterPrefs(local_state);
ExternalProtocolHandler::RegisterPrefs(local_state);
« no previous file with comments | « no previous file | chrome/browser/sessions/session_backend.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698