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

Unified Diff: content/app/android/content_jni_registrar.cc

Issue 10706004: Adds helper methods for WebView. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: My repo was out of sync with the latest upstream tree Created 8 years, 6 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: content/app/android/content_jni_registrar.cc
diff --git a/content/app/android/content_jni_registrar.cc b/content/app/android/content_jni_registrar.cc
index fbc61103feb9d5d0a70cdd070de5d0a395ebd07f..645913dd5c06feafae9e87f176aeef36160870a9 100644
--- a/content/app/android/content_jni_registrar.cc
+++ b/content/app/android/content_jni_registrar.cc
@@ -13,6 +13,7 @@
#include "content/browser/android/content_settings.h"
#include "content/browser/android/content_view_client.h"
#include "content/browser/android/content_view_impl.h"
+#include "content/browser/android/content_view_statics.h"
#include "content/browser/android/device_info.h"
#include "content/browser/android/download_controller.h"
#include "content/browser/android/sandboxed_process_launcher.h"
@@ -39,6 +40,8 @@ base::android::RegistrationMethod kContentRegisteredMethods[] = {
{ "TouchPoint", content::RegisterTouchPoint },
{ "TraceEvent", RegisterTraceEvent },
{ "UserAgent", content::RegisterUserAgent },
+// { "WebSettings", WebSettings::RegisterWebSettings },
John Grabowski 2012/06/28 17:08:06 In general Chrome doesn't like to land code that i
aurimas (slooooooooow) 2012/06/28 23:00:07 Done.
+ { "WebViewStatics", RegisterWebViewStatics },
};
bool RegisterJni(JNIEnv* env) {
« no previous file with comments | « no previous file | content/browser/android/content_view_statics.h » ('j') | content/browser/android/content_view_statics.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698