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

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

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 unified diff | Download patch | Annotate | Revision Log
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 #include "chrome/browser/chrome_browser_main_extra_parts.h" 5 #include "chrome/browser/chrome_browser_main_extra_parts.h"
6 6
7 ChromeBrowserMainExtraParts::ChromeBrowserMainExtraParts() { 7 ChromeBrowserMainExtraParts::ChromeBrowserMainExtraParts() {
8 } 8 }
9 9
10 ChromeBrowserMainExtraParts::~ChromeBrowserMainExtraParts() { 10 ChromeBrowserMainExtraParts::~ChromeBrowserMainExtraParts() {
11 } 11 }
12 12
13 void ChromeBrowserMainExtraParts::PreEarlyInitialization() { 13 void ChromeBrowserMainExtraParts::PreEarlyInitialization() {
14 } 14 }
15 15
16 void ChromeBrowserMainExtraParts::PostEarlyInitialization() { 16 void ChromeBrowserMainExtraParts::PostEarlyInitialization() {
17 } 17 }
18 18
19 void ChromeBrowserMainExtraParts::PreMainMessageLoopStart() { 19 void ChromeBrowserMainExtraParts::PreMainMessageLoopStart() {
20 } 20 }
21 21
22 void ChromeBrowserMainExtraParts::PostMainMessageLoopStart() { 22 void ChromeBrowserMainExtraParts::PostMainMessageLoopStart() {
23 } 23 }
24 24
25 void ChromeBrowserMainExtraParts::ToolkitInitialized() { 25 void ChromeBrowserMainExtraParts::ToolkitInitialized() {
26 } 26 }
27 27
28 void ChromeBrowserMainExtraParts::PreProfileInit() { 28 void ChromeBrowserMainExtraParts::PostBrowserProcessInit() {
29 } 29 }
30 30
31 void ChromeBrowserMainExtraParts::PostProfileInit() { 31 void ChromeBrowserMainExtraParts::PostProfileInitialized() {
32 }
33
34 void ChromeBrowserMainExtraParts::PreBrowserStart() {
35 }
36
37 void ChromeBrowserMainExtraParts::PostBrowserStart() {
38 } 32 }
39 33
40 void ChromeBrowserMainExtraParts::PreMainMessageLoopRun() { 34 void ChromeBrowserMainExtraParts::PreMainMessageLoopRun() {
41 } 35 }
42 36
43 void ChromeBrowserMainExtraParts::PostMainMessageLoopRun() { 37 void ChromeBrowserMainExtraParts::PostMainMessageLoopRun() {
44 } 38 }
OLDNEW
« no previous file with comments | « chrome/browser/chrome_browser_main_extra_parts.h ('k') | chrome/browser/chrome_browser_main_extra_parts_aura.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698