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

Unified Diff: content/browser/android/browser_jni_registrar.cc

Issue 10706004: Adds helper methods for WebView. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase to the latest branch Created 8 years, 5 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/browser/android/browser_jni_registrar.cc
diff --git a/content/browser/android/browser_jni_registrar.cc b/content/browser/android/browser_jni_registrar.cc
index 4699bbe950ad9a15f063f1f07ea7c3cbdae3c3a7..e966930f2d476cf51ecc88a95e76651789ca63a7 100644
--- a/content/browser/android/browser_jni_registrar.cc
+++ b/content/browser/android/browser_jni_registrar.cc
@@ -10,6 +10,7 @@
#include "content/browser/android/content_settings.h"
#include "content/browser/android/content_view_client.h"
#include "content/browser/android/content_view_core_impl.h"
+#include "content/browser/android/content_view_statics.h"
#include "content/browser/android/download_controller.h"
#include "content/browser/android/sandboxed_process_launcher.h"
#include "content/browser/android/touch_point.h"
@@ -29,6 +30,7 @@ base::android::RegistrationMethod kContentRegisteredMethods[] = {
content::DownloadController::RegisterDownloadController },
{ "SandboxedProcessLauncher", content::RegisterSandboxedProcessLauncher },
{ "TouchPoint", content::RegisterTouchPoint },
+ { "WebViewStatics", content::RegisterWebViewStatics },
};
} // namespace
« no previous file with comments | « no previous file | content/browser/android/content_view_statics.h » ('j') | content/browser/android/content_view_statics.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698