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

Unified Diff: chrome/android/testshell/testshell_google_location_settings_helper.h

Issue 23345004: Fix Android strict-mode violation in GeoLocation info bar. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comments / fix tests Created 6 years, 10 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 | « no previous file | chrome/android/testshell/testshell_google_location_settings_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/testshell/testshell_google_location_settings_helper.h
diff --git a/chrome/android/testshell/testshell_google_location_settings_helper.h b/chrome/android/testshell/testshell_google_location_settings_helper.h
index 5b2cdcce076ee6ef97e5cbf819297c87983e4c90..f7c62217bdcf4624fdec108b789c5b83979b538b 100644
--- a/chrome/android/testshell/testshell_google_location_settings_helper.h
+++ b/chrome/android/testshell/testshell_google_location_settings_helper.h
@@ -12,10 +12,11 @@ class TestShellGoogleLocationSettingsHelper
: public GoogleLocationSettingsHelper {
public:
// GoogleLocationSettingsHelper implementation:
- virtual std::string GetAcceptButtonLabel() OVERRIDE;
+ virtual std::string GetAcceptButtonLabel(bool allow) OVERRIDE;
virtual void ShowGoogleLocationSettings() OVERRIDE;
virtual bool IsMasterLocationSettingEnabled() OVERRIDE;
virtual bool IsGoogleAppsLocationSettingEnabled() OVERRIDE;
+ virtual bool IsAllowLabel() OVERRIDE;
protected:
TestShellGoogleLocationSettingsHelper();
« no previous file with comments | « no previous file | chrome/android/testshell/testshell_google_location_settings_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698