Index: chrome/browser/geolocation/geolocation_infobar_queue_controller_android.cc |
diff --git a/chrome/browser/geolocation/geolocation_infobar_queue_controller_android.cc b/chrome/browser/geolocation/geolocation_infobar_queue_controller_android.cc |
index 16eacb4e0f7f047efaefd3d643c0f04c8a20e1fb..4794e77b0ce8d420ad44ec608abdbf9d0887e9c4 100644 |
--- a/chrome/browser/geolocation/geolocation_infobar_queue_controller_android.cc |
+++ b/chrome/browser/geolocation/geolocation_infobar_queue_controller_android.cc |
@@ -7,8 +7,10 @@ |
#include "chrome/browser/geolocation/geolocation_confirm_infobar_delegate_android.h" |
GeolocationInfoBarQueueControllerAndroid:: |
-GeolocationInfoBarQueueControllerAndroid(Profile* profile) |
- : GeolocationInfoBarQueueController(profile) { |
+GeolocationInfoBarQueueControllerAndroid(Profile* profile, |
+ GoogleLocationSettingsHelper* helper) |
+ : GeolocationInfoBarQueueController(profile), |
+ google_location_settings_helper_(helper) { |
} |
GeolocationConfirmInfoBarDelegate* |
@@ -21,6 +23,7 @@ GeolocationInfoBarQueueControllerAndroid::CreateInfoBarDelegate( |
const GURL& requesting_frame_url, |
const std::string& display_languages) { |
return new GeolocationConfirmInfoBarDelegateAndroid( |
+ google_location_settings_helper_, |
infobar_helper, |
controller, |
render_process_id, |