diff options
Diffstat (limited to 'chrome/browser/shell_integration.h')
-rw-r--r-- | chrome/browser/shell_integration.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/browser/shell_integration.h b/chrome/browser/shell_integration.h index 74e45af..8b90d6a 100644 --- a/chrome/browser/shell_integration.h +++ b/chrome/browser/shell_integration.h @@ -17,7 +17,6 @@ #endif class FilePath; -class MessageLoop; class ShellIntegration { public: @@ -126,9 +125,6 @@ class ShellIntegration { DefaultBrowserObserver* observer_; - MessageLoop* ui_loop_; - MessageLoop* file_loop_; - DISALLOW_COPY_AND_ASSIGN(DefaultBrowserWorker); }; }; |