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..be4dcbe8ad4c4045d4d3ed502eb7aa78626a674f 100644 |
--- a/chrome/browser/chrome_browser_main_win.h |
+++ b/chrome/browser/chrome_browser_main_win.h |
@@ -12,11 +12,6 @@ |
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 +27,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 +60,6 @@ class ChromeBrowserMainPartsWin : public ChromeBrowserMainParts { |
static void SetupInstallerUtilStrings(); |
private: |
- scoped_ptr<chrome::StorageMonitorWin> storage_monitor_; |
- |
DISALLOW_COPY_AND_ASSIGN(ChromeBrowserMainPartsWin); |
}; |