| 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 e3dabae9b4a2b6a1a49c707873d1d2e1f2493aa9..876ba6e3c529168e6fae426a5e0f4e9483537937 100644
|
| --- a/chrome/browser/chrome_browser_main_win.h
|
| +++ b/chrome/browser/chrome_browser_main_win.h
|
| @@ -7,16 +7,10 @@
|
| #ifndef CHROME_BROWSER_CHROME_BROWSER_MAIN_WIN_H_
|
| #define CHROME_BROWSER_CHROME_BROWSER_MAIN_WIN_H_
|
|
|
| -#include "base/memory/scoped_ptr.h"
|
| #include "chrome/browser/chrome_browser_main.h"
|
|
|
| class CommandLine;
|
|
|
| -namespace chrome {
|
| -class StorageMonitorWin;
|
| -} // namespace chrome
|
| -
|
| -
|
| // Handle uninstallation when given the appropriate the command-line switch.
|
| // If |chrome_still_running| is true a modal dialog will be shown asking the
|
| // user to close the other chrome instance.
|
| @@ -32,7 +26,6 @@ class ChromeBrowserMainPartsWin : public ChromeBrowserMainParts {
|
| // BrowserParts overrides.
|
| virtual void ToolkitInitialized() OVERRIDE;
|
| virtual void PreMainMessageLoopStart() OVERRIDE;
|
| - virtual void PreProfileInit() OVERRIDE;
|
|
|
| // ChromeBrowserMainParts overrides.
|
| virtual void ShowMissingLocaleMessageBox() OVERRIDE;
|
| @@ -66,8 +59,6 @@ class ChromeBrowserMainPartsWin : public ChromeBrowserMainParts {
|
| static void SetupInstallerUtilStrings();
|
|
|
| private:
|
| - scoped_ptr<chrome::StorageMonitorWin> storage_monitor_;
|
| -
|
| DISALLOW_COPY_AND_ASSIGN(ChromeBrowserMainPartsWin);
|
| };
|
|
|
|
|