Chromium Code Reviews| 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 bb3cf50b14c4bc2b3b5d3957bb7aac2cbb12a963..59fc0876c809d0416b504b105739f5e1101bb6c9 100644 |
| --- a/chrome/browser/android/chrome_jni_registrar.cc |
| +++ b/chrome/browser/android/chrome_jni_registrar.cc |
| @@ -25,6 +25,7 @@ |
| #include "chrome/browser/autofill/android/personal_data_manager_android.h" |
| #include "chrome/browser/history/android/sqlite_cursor.h" |
| #include "chrome/browser/lifetime/application_lifetime_android.h" |
| +#include "chrome/browser/net/spdyproxy/data_reduction_proxy_settings_android.h" |
| #include "chrome/browser/profiles/profile_android.h" |
| #include "chrome/browser/search_engines/template_url_service_android.h" |
| #include "chrome/browser/signin/android_profile_oauth2_token_service.h" |
| @@ -91,6 +92,8 @@ static base::android::RegistrationMethod kChromeRegisteredMethods[] = { |
| autofill::PersonalDataManagerAndroid::Register }, |
| { "ProfileAndroid", ProfileAndroid::RegisterProfileAndroid }, |
| { "ProfileSyncService", ProfileSyncServiceAndroid::Register }, |
| + { "DataReductionProxySettingsAndroid", |
| + DataReductionProxySettingsAndroid::Register }, |
|
mmenke
2013/09/09 15:40:05
nit: This file is using a 2-space indent in this
bengr
2013/09/10 00:56:09
Done.
|
| { "SigninManager", SigninManagerAndroid::Register }, |
| { "SqliteCursor", SQLiteCursor::RegisterSqliteCursor }, |
| { "SSLClientCertificateRequest", RegisterSSLClientCertificateRequestAndroid }, |