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

Unified Diff: chrome/browser/ui/browser_init.h

Issue 9748016: [protector] Added UI for invalid Preferences backup case. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix unit-test. Created 8 years, 9 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 | « chrome/browser/protector/session_startup_change.cc ('k') | chrome/browser/ui/browser_init.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/browser_init.h
diff --git a/chrome/browser/ui/browser_init.h b/chrome/browser/ui/browser_init.h
index 29a2f5ff9c3466177264e0ab7f44a2143bd5d7a7..0a1fcb96cc850b93bb3b78c8f6b788b3c9de3623 100644
--- a/chrome/browser/ui/browser_init.h
+++ b/chrome/browser/ui/browser_init.h
@@ -238,6 +238,10 @@ class BrowserInit {
// Returns true if so.
bool CheckIfAutoLaunched(Profile* profile);
+ // Checks whether the Preferences backup is invalid and notifies user in
+ // that case.
+ void CheckPreferencesBackup(Profile* profile);
+
const FilePath cur_dir_;
const CommandLine& command_line_;
Profile* profile_;
« no previous file with comments | « chrome/browser/protector/session_startup_change.cc ('k') | chrome/browser/ui/browser_init.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698