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

Unified Diff: chrome/browser/android/chrome_jni_registrar.cc

Issue 11316153: implement input type=color for android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix a FindBug error Created 8 years, 1 month 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/android/chrome_jni_registrar.cc
diff --git a/chrome/browser/android/chrome_jni_registrar.cc b/chrome/browser/android/chrome_jni_registrar.cc
index d13d65dd4de9ca7ba59aa1ec38cca2a7845c7789..0607b40b80d469d1c489e6bd68f6b2a34a4c16ce 100644
--- a/chrome/browser/android/chrome_jni_registrar.cc
+++ b/chrome/browser/android/chrome_jni_registrar.cc
@@ -17,6 +17,7 @@
#include "chrome/browser/ui/android/chrome_http_auth_handler.h"
#include "chrome/browser/ui/android/javascript_app_modal_dialog_android.h"
#include "content/components/navigation_interception/component_jni_registrar.h"
+#include "content/components/web_contents_delegate_android//color_chooser_android.h"
bulach 2012/11/26 09:05:32 nit: remove extra / before color
Miguel Garcia 2012/11/26 11:35:10 Done.
#include "content/components/web_contents_delegate_android/component_jni_registrar.h"
namespace chrome {
@@ -31,6 +32,7 @@ static base::android::RegistrationMethod kChromeRegisteredMethods[] = {
ChromeHttpAuthHandler::RegisterChromeHttpAuthHandler },
{ "ChromeWebContentsDelegateAndroid",
RegisterChromeWebContentsDelegateAndroid },
+ { "ColorChooserAndroid", content::RegisterColorChooserAndroid },
{ "ContentViewUtil", RegisterContentViewUtil },
{ "DevToolsServer", RegisterDevToolsServer },
{ "IntentHelper", RegisterIntentHelper },

Powered by Google App Engine
This is Rietveld 408576698