| Index: chrome/android/testshell/testshell_google_location_settings_helper.cc
|
| diff --git a/chrome/android/testshell/testshell_google_location_settings_helper.cc b/chrome/android/testshell/testshell_google_location_settings_helper.cc
|
| index fe34ec3178f968160653229b3a7e0ca11f54124d..f109d5502b473cc04cc99c408598d54c467ca0df 100644
|
| --- a/chrome/android/testshell/testshell_google_location_settings_helper.cc
|
| +++ b/chrome/android/testshell/testshell_google_location_settings_helper.cc
|
| @@ -17,7 +17,8 @@ TestShellGoogleLocationSettingsHelper::
|
| ~TestShellGoogleLocationSettingsHelper() {
|
| }
|
|
|
| -std::string TestShellGoogleLocationSettingsHelper::GetAcceptButtonLabel() {
|
| +std::string TestShellGoogleLocationSettingsHelper::GetAcceptButtonLabel(
|
| + bool allow) {
|
| return "Allow";
|
| }
|
|
|
| @@ -32,3 +33,7 @@ bool TestShellGoogleLocationSettingsHelper::
|
| bool TestShellGoogleLocationSettingsHelper::IsMasterLocationSettingEnabled() {
|
| return true;
|
| }
|
| +
|
| +bool TestShellGoogleLocationSettingsHelper::IsAllowLabel() {
|
| + return true;
|
| +}
|
|
|