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

Side by Side Diff: chrome/browser/chrome_browser_main_extra_parts.h

Issue 11636031: [Fixit Dec-2012] Refactor first_run, very few things should depend on whether the First Run senti... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: No first run import test on OS_CHROMEOS. Created 7 years, 11 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/chrome_browser_main.cc ('k') | chrome/browser/chrome_browser_main_win.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_CHROME_BROWSER_MAIN_EXTRA_PARTS_H_ 5 #ifndef CHROME_BROWSER_CHROME_BROWSER_MAIN_EXTRA_PARTS_H_
6 #define CHROME_BROWSER_CHROME_BROWSER_MAIN_EXTRA_PARTS_H_ 6 #define CHROME_BROWSER_CHROME_BROWSER_MAIN_EXTRA_PARTS_H_
7 7
8 #include "base/basictypes.h" 8 #include "base/basictypes.h"
9 #include "base/compiler_specific.h" 9 #include "base/compiler_specific.h"
10 10
(...skipping 20 matching lines...) Expand all
31 // ToolkitInitialized methods. 31 // ToolkitInitialized methods.
32 virtual void ToolkitInitialized() {} 32 virtual void ToolkitInitialized() {}
33 33
34 // MainMessageLoopStart methods. 34 // MainMessageLoopStart methods.
35 virtual void PreMainMessageLoopStart() {} 35 virtual void PreMainMessageLoopStart() {}
36 virtual void PostMainMessageLoopStart() {} 36 virtual void PostMainMessageLoopStart() {}
37 37
38 // MainMessageLoopRun methods. 38 // MainMessageLoopRun methods.
39 virtual void PreProfileInit() {} 39 virtual void PreProfileInit() {}
40 virtual void PostProfileInit() {} 40 virtual void PostProfileInit() {}
41 virtual void PreInteractiveFirstRunInit() {}
42 virtual void PostInteractiveFirstRunInit() {}
43 virtual void PreBrowserStart() {} 41 virtual void PreBrowserStart() {}
44 virtual void PostBrowserStart() {} 42 virtual void PostBrowserStart() {}
45 virtual void PreMainMessageLoopRun() {} 43 virtual void PreMainMessageLoopRun() {}
46 virtual void PostMainMessageLoopRun() {} 44 virtual void PostMainMessageLoopRun() {}
47 }; 45 };
48 46
49 #endif // CHROME_BROWSER_CHROME_BROWSER_MAIN_EXTRA_PARTS_H_ 47 #endif // CHROME_BROWSER_CHROME_BROWSER_MAIN_EXTRA_PARTS_H_
OLDNEW
« no previous file with comments | « chrome/browser/chrome_browser_main.cc ('k') | chrome/browser/chrome_browser_main_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698