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 fe4e34ffc935b5ce30fdc05d834bfd9f586edad9..7ece354ca5121285fca546ccbdd75b30a8014b7d 100644 |
--- a/chrome/browser/android/chrome_jni_registrar.cc |
+++ b/chrome/browser/android/chrome_jni_registrar.cc |
@@ -77,6 +77,7 @@ |
#include "chrome/browser/android/voice_search_tab_helper.h" |
#include "chrome/browser/android/warmup_manager.h" |
#include "chrome/browser/android/web_contents_factory.h" |
+#include "chrome/browser/android/webapps/add_to_homescreen_dialog_helper.h" |
#include "chrome/browser/autofill/android/personal_data_manager_android.h" |
#include "chrome/browser/dom_distiller/dom_distiller_service_factory_android.h" |
#include "chrome/browser/dom_distiller/tab_utils_android.h" |
@@ -171,6 +172,8 @@ static base::android::RegistrationMethod kChromeRegisteredMethods[] = { |
{"AccessibilityUtils", AccessibilityUtil::Register}, |
{"AccountChooserInfoBar", RegisterAccountChooserInfoBar}, |
{"AccountManagementScreenHelper", AccountManagementScreenHelper::Register}, |
+ {"AddToHomescreenDialogHelper", |
+ AddToHomescreenDialogHelper::RegisterAddToHomescreenDialogHelper}, |
{"AfterStartupTaskUtils", RegisterAfterStartupTaskUtilsJNI}, |
{"AnswersImageBridge", RegisterAnswersImageBridge}, |
{"AppBannerInfoBarAndroid", RegisterAppBannerInfoBarAndroid}, |