| 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 5d5db92b9cd4ad3b4797c9b13881521ae95ef386..8055a583497ab259b7e5354d66e18d1b0b4169c1 100644
|
| --- a/chrome/browser/android/chrome_jni_registrar.cc
|
| +++ b/chrome/browser/android/chrome_jni_registrar.cc
|
| @@ -8,6 +8,8 @@
|
| #include "base/android/jni_registrar.h"
|
| #include "chrome/browser/android/chrome_web_contents_delegate_android.h"
|
| #include "chrome/browser/android/content_view_util.h"
|
| +#include "chrome/browser/android/google_location_settings_helper.h"
|
| +#include "chrome/browser/android/google_location_settings_helper_factory.h"
|
| #include "chrome/browser/android/intent_helper.h"
|
| #include "chrome/browser/android/process_utils.h"
|
| #include "chrome/browser/android/provider/chrome_browser_provider.h"
|
| @@ -24,6 +26,10 @@ static base::android::RegistrationMethod kChromeRegisteredMethods[] = {
|
| { "ChromeWebContentsDelegateAndroid",
|
| RegisterChromeWebContentsDelegateAndroid },
|
| { "ContentViewUtil", RegisterContentViewUtil },
|
| + { "GoogleLocationSettingsHelper",
|
| + GoogleLocationSettingsHelper::Register },
|
| + { "GoogleLocationSettingsHelperFactory",
|
| + GoogleLocationSettingsHelperFactory::Register },
|
| { "IntentHelper", RegisterIntentHelper },
|
| { "JavascriptAppModalDialog",
|
| JavascriptAppModalDialogAndroid::RegisterJavascriptAppModalDialog },
|
|
|