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

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

Issue 2593393002: Add some integration tests for the search geolocation disclosure. (Closed)
Patch Set: Nits and a comment Created 3 years, 12 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
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/android/search_geolocation_disclosure_tab_helper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 d7587c09e97d925cd504248fbaed0bfca75ceb78..d090ae74257a400a4275880ea1981fdf4b71eeea 100644
--- a/chrome/browser/android/chrome_jni_registrar.cc
+++ b/chrome/browser/android/chrome_jni_registrar.cc
@@ -89,6 +89,7 @@
#include "chrome/browser/android/recently_closed_tabs_bridge.h"
#include "chrome/browser/android/rlz/revenue_stats.h"
#include "chrome/browser/android/safe_browsing/safe_browsing_api_handler_bridge.h"
+#include "chrome/browser/android/search_geolocation_disclosure_tab_helper.h"
#include "chrome/browser/android/service_tab_launcher.h"
#include "chrome/browser/android/sessions/session_tab_helper_android.h"
#include "chrome/browser/android/shortcut_helper.h"
@@ -373,6 +374,8 @@ static base::android::RegistrationMethod kChromeRegisteredMethods[] = {
{"SceneLayer", RegisterSceneLayer},
{"ScreenshotTask", chrome::android::RegisterScreenshotTask},
{"ServiceTabLauncher", ServiceTabLauncher::Register},
+ {"SearchGeolocationDisclosureTabHelper",
+ SearchGeolocationDisclosureTabHelper::Register},
{"ServiceWorkerPaymentAppBridge", RegisterServiceWorkerPaymentAppBridge},
{"SessionTabHelper", RegisterSessionTabHelper},
{"SigninInvestigator", SigninInvestigatorAndroid::Register},
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/android/search_geolocation_disclosure_tab_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698