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

Unified Diff: chrome/browser/browser_process.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
« no previous file with comments | « no previous file | chrome/browser/browser_process_impl.h » ('j') | chrome/browser/ui/color_chooser_controller.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browser_process.h
diff --git a/chrome/browser/browser_process.h b/chrome/browser/browser_process.h
index a8be8f3d3d18809683f740d139944af6c22e07b9..f676e4596f1f350f582b465dadbbae9cf6f15bad 100644
--- a/chrome/browser/browser_process.h
+++ b/chrome/browser/browser_process.h
@@ -21,6 +21,7 @@ class BookmarkPromptController;
class ChromeNetLog;
class CommandLine;
class CRLSetFetcher;
+class ColorChooserController;
class ComponentUpdateService;
class DownloadRequestLimiter;
class DownloadStatusUpdater;
@@ -220,6 +221,8 @@ class BrowserProcess {
virtual BookmarkPromptController* bookmark_prompt_controller() = 0;
+ virtual ColorChooserController* color_chooser_controller() = 0;
Ben Goodger (Google) 2013/03/29 14:56:50 BrowserProcess is a Chrome aggregation type of doo
+
virtual chrome::MediaFileSystemRegistry* media_file_system_registry() = 0;
virtual void PlatformSpecificCommandLineProcessing(
« no previous file with comments | « no previous file | chrome/browser/browser_process_impl.h » ('j') | chrome/browser/ui/color_chooser_controller.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698