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

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

Issue 7840041: Refactor some more BrowserMain code. Move core code that's required by all embedders to content. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: review comments Created 9 years, 3 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/browser_main_posix.cc ('k') | chrome/browser/browser_main_win.cc » ('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 // Contains functions used by BrowserMain() that are win32-specific. 5 // Contains functions used by BrowserMain() that are win32-specific.
6 6
7 #ifndef CHROME_BROWSER_BROWSER_MAIN_WIN_H_ 7 #ifndef CHROME_BROWSER_BROWSER_MAIN_WIN_H_
8 #define CHROME_BROWSER_BROWSER_MAIN_WIN_H_ 8 #define CHROME_BROWSER_BROWSER_MAIN_WIN_H_
9 #pragma once 9 #pragma once
10 10
(...skipping 25 matching lines...) Expand all
36 // Check if there is any machine level Chrome installed on the current 36 // Check if there is any machine level Chrome installed on the current
37 // machine. If yes and the current Chrome process is user level, we do not 37 // machine. If yes and the current Chrome process is user level, we do not
38 // allow the user level Chrome to run. So we notify the user and uninstall 38 // allow the user level Chrome to run. So we notify the user and uninstall
39 // user level Chrome. 39 // user level Chrome.
40 bool CheckMachineLevelInstall(); 40 bool CheckMachineLevelInstall();
41 41
42 class BrowserMainPartsWin : public ChromeBrowserMainParts { 42 class BrowserMainPartsWin : public ChromeBrowserMainParts {
43 public: 43 public:
44 explicit BrowserMainPartsWin(const MainFunctionParams& parameters); 44 explicit BrowserMainPartsWin(const MainFunctionParams& parameters);
45 45
46 virtual void PreEarlyInitialization() OVERRIDE;
47 virtual void PreMainMessageLoopStart() OVERRIDE; 46 virtual void PreMainMessageLoopStart() OVERRIDE;
48 virtual void InitializeSSL() OVERRIDE;
49 }; 47 };
50 48
51 #endif // CHROME_BROWSER_BROWSER_MAIN_WIN_H_ 49 #endif // CHROME_BROWSER_BROWSER_MAIN_WIN_H_
OLDNEW
« no previous file with comments | « chrome/browser/browser_main_posix.cc ('k') | chrome/browser/browser_main_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698