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

Unified Diff: chrome/browser/browser_process_impl.h

Issue 13150004: Support color chooser inside extesions, apps, chrome frame, dev tool (Closed) Base URL: http://git.chromium.org/chromium/src.git@ngcolor
Patch Set: Created 7 years, 9 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/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>

Powered by Google App Engine
This is Rietveld 408576698