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

Unified Diff: components/web_contents_delegate_android/color_chooser_android.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: Used static class member Created 7 years, 8 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: components/web_contents_delegate_android/color_chooser_android.h
diff --git a/components/web_contents_delegate_android/color_chooser_android.h b/components/web_contents_delegate_android/color_chooser_android.h
index 7b9cc1ac8231385f3961608c8e048ff1391710aa..42d6aaa590f5335ec26600845c84f471560db343 100644
--- a/components/web_contents_delegate_android/color_chooser_android.h
+++ b/components/web_contents_delegate_android/color_chooser_android.h
@@ -20,7 +20,7 @@ namespace components {
class ColorChooserAndroid : public content::ColorChooser,
public content::WebContentsObserver {
public:
- ColorChooserAndroid(int identifier, content::WebContents* tab,
+ ColorChooserAndroid(content::WebContents* tab,
SkColor initial_color);
virtual ~ColorChooserAndroid();

Powered by Google App Engine
This is Rietveld 408576698