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

Unified Diff: chrome/browser/chrome_browser_main_extra_parts.h

Issue 8774035: Revert "chromeos: move screen lock handling to power manager client" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Reverted 3 patches in correct order, without conflict Created 9 years 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/chrome_browser_main.cc ('k') | chrome/browser/chrome_browser_main_extra_parts.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chrome_browser_main_extra_parts.h
diff --git a/chrome/browser/chrome_browser_main_extra_parts.h b/chrome/browser/chrome_browser_main_extra_parts.h
index 2bf3f1ce1da9d2ea858c21ac0171930a19ed21c6..f0cd457616cdb63a9aefe1f919b88135191990f0 100644
--- a/chrome/browser/chrome_browser_main_extra_parts.h
+++ b/chrome/browser/chrome_browser_main_extra_parts.h
@@ -32,10 +32,8 @@ class ChromeBrowserMainExtraParts {
virtual void PostMainMessageLoopStart();
// MainMessageLoopRun methods.
- virtual void PreProfileInit();
- virtual void PostProfileInit();
- virtual void PreBrowserStart();
- virtual void PostBrowserStart();
+ virtual void PostBrowserProcessInit();
+ virtual void PostProfileInitialized();
virtual void PreMainMessageLoopRun();
virtual void PostMainMessageLoopRun();
« no previous file with comments | « chrome/browser/chrome_browser_main.cc ('k') | chrome/browser/chrome_browser_main_extra_parts.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698