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

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

Issue 1031003003: precache: Move the java files into //components/precache/android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 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
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 5a275034fe08842a1c1288a6bee165810f9ee1ba..b7d5c098cc064c0961937dfef8f9f5e27b0affc8 100644
--- a/chrome/browser/android/chrome_jni_registrar.cc
+++ b/chrome/browser/android/chrome_jni_registrar.cc
@@ -44,6 +44,7 @@
#include "chrome/browser/android/omnibox/autocomplete_controller_android.h"
#include "chrome/browser/android/omnibox/omnibox_prerender.h"
#include "chrome/browser/android/password_ui_view_android.h"
+#include "chrome/browser/android/precache/precache_launcher.h"
#include "chrome/browser/android/preferences/autofill/autofill_profile_bridge.h"
#include "chrome/browser/android/preferences/pref_service_bridge.h"
#include "chrome/browser/android/preferences/website_preference_bridge.h"
@@ -223,6 +224,7 @@ static base::android::RegistrationMethod kChromeRegisteredMethods[] = {
PasswordUIViewAndroid::RegisterPasswordUIViewAndroid},
{"PersonalDataManagerAndroid",
autofill::PersonalDataManagerAndroid::Register},
+ {"PrecacheLauncher", RegisterPrecacheLauncher},
{"PrefServiceBridge", RegisterPrefServiceBridge},
{"ProfileAndroid", ProfileAndroid::RegisterProfileAndroid},
{"ProfileDownloader", RegisterProfileDownloader},
« no previous file with comments | « chrome/android/shell/java/AndroidManifest.xml.jinja2 ('k') | chrome/browser/android/precache/precache_launcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698