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

Unified Diff: chrome/browser/chrome_browser_main_win.h

Issue 8302016: Make GTK and Aura parts orthogonal to OS parts (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 9 years, 2 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
Index: chrome/browser/chrome_browser_main_win.h
diff --git a/chrome/browser/chrome_browser_main_win.h b/chrome/browser/chrome_browser_main_win.h
index c866211d259648c5f6b3ab80ec0df1a5b5afc61c..86f60189491367f377ddc5b6ed3c00a0f2967389 100644
--- a/chrome/browser/chrome_browser_main_win.h
+++ b/chrome/browser/chrome_browser_main_win.h
@@ -27,12 +27,6 @@ void PrepareRestartOnCrashEnviroment(const CommandLine& parsed_command_line);
// Chrome session when the computer is restarted after a system update.
void RegisterApplicationRestart(const CommandLine& parsed_command_line);
-// This method handles the --hide-icons and --show-icons command line options
-// for chrome that get triggered by Windows from registry entries
-// HideIconsCommand & ShowIconsCommand. Chrome doesn't support hide icons
-// functionality so we just ask the users if they want to uninstall Chrome.
-int HandleIconsCommands(const CommandLine& parsed_command_line);
-
// Check if there is any machine level Chrome installed on the current
// machine. If yes and the current Chrome process is user level, we do not
// allow the user level Chrome to run. So we notify the user and uninstall
@@ -44,6 +38,10 @@ class ChromeBrowserMainPartsWin : public ChromeBrowserMainParts {
explicit ChromeBrowserMainPartsWin(const MainFunctionParams& parameters);
virtual void PreMainMessageLoopStart() OVERRIDE;
+ virtual void ShowMissingLocaleMessageBox() OVERRIDE;
+ virtual int HandleIconsCommands() OVERRIDE;
+ virtual bool CheckMachineLevelInstall() OVERRIDE;
+ virtual void PrepareRestartOnCrashEnviroment() OVERRIDE;
};
#endif // CHROME_BROWSER_CHROME_BROWSER_MAIN_WIN_H_

Powered by Google App Engine
This is Rietveld 408576698