| Index: chrome/browser/browser_process_impl.h
|
| diff --git a/chrome/browser/browser_process_impl.h b/chrome/browser/browser_process_impl.h
|
| index 0d2199ff13658f551ae6107537909b7f54205751..9351ac027c7f9de756ea67e6f5d89aa60607ddf1 100644
|
| --- a/chrome/browser/browser_process_impl.h
|
| +++ b/chrome/browser/browser_process_impl.h
|
| @@ -133,6 +133,7 @@ class BrowserProcessImpl : public BrowserProcess,
|
| virtual ComponentUpdateService* component_updater() OVERRIDE;
|
| virtual CRLSetFetcher* crl_set_fetcher() OVERRIDE;
|
| virtual BookmarkPromptController* bookmark_prompt_controller() OVERRIDE;
|
| + virtual ColorChooserController* color_chooser_controller() OVERRIDE;
|
| virtual chrome::MediaFileSystemRegistry*
|
| media_file_system_registry() OVERRIDE;
|
| virtual void PlatformSpecificCommandLineProcessing(
|
| @@ -207,6 +208,8 @@ class BrowserProcessImpl : public BrowserProcess,
|
| scoped_ptr<BookmarkPromptController> bookmark_prompt_controller_;
|
| #endif
|
|
|
| + scoped_ptr<ColorChooserController> color_chooser_controller_;
|
| +
|
| scoped_ptr<chrome::MediaFileSystemRegistry> media_file_system_registry_;
|
|
|
| scoped_refptr<printing::PrintPreviewDialogController>
|
|
|