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

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

Issue 2496693002: Implement Android key/value backup (Closed)
Patch Set: Respond to bauerb@'s review comments. Created 4 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 015b8afc6cd1af5214ffa287dadcb1346ea57c67..3523eb7b1e9b19396e685812aec72caee5aa4d0b 100644
--- a/chrome/browser/android/chrome_jni_registrar.cc
+++ b/chrome/browser/android/chrome_jni_registrar.cc
@@ -22,6 +22,7 @@
#include "chrome/browser/android/browsing_data/browsing_data_counter_bridge.h"
#include "chrome/browser/android/browsing_data/url_filter_bridge.h"
#include "chrome/browser/android/chrome_application.h"
+#include "chrome/browser/android/chrome_backup_agent.h"
#include "chrome/browser/android/chrome_feature_list.h"
#include "chrome/browser/android/compositor/compositor_view.h"
#include "chrome/browser/android/compositor/layer_title_cache.h"
@@ -239,6 +240,7 @@ static base::android::RegistrationMethod kChromeRegisteredMethods[] = {
{"CertificateViewer", RegisterCertificateViewer},
{"ChildAccountService", RegisterChildAccountService},
{"ChromeApplication", chrome::android::ChromeApplication::RegisterBindings},
+ {"ChromeBackupAgent", chrome::android::RegisterBackupAgent},
{"ChromeBlimpClientContextDelegate",
ChromeBlimpClientContextDelegateAndroid::RegisterJni},
{"ChromeBrowserProvider",

Powered by Google App Engine
This is Rietveld 408576698