| Index: chrome/browser/search/one_google_bar/one_google_bar_fetcher_impl.cc
|
| diff --git a/chrome/browser/search/one_google_bar/one_google_bar_fetcher_impl.cc b/chrome/browser/search/one_google_bar/one_google_bar_fetcher_impl.cc
|
| index 704f87813cb03868e20fd3e7cb797c3ab34b43ea..f5f3a58be9699f46f60b9d198158596fee5629b3 100644
|
| --- a/chrome/browser/search/one_google_bar/one_google_bar_fetcher_impl.cc
|
| +++ b/chrome/browser/search/one_google_bar/one_google_bar_fetcher_impl.cc
|
| @@ -35,7 +35,7 @@ const char kApiUrl[] = "https://onegoogle-pa.googleapis.com/v1/getbar";
|
|
|
| const char kApiKeyFormat[] = "?key=%s";
|
|
|
| -const char kApiScope[] = "https://www.googleapis.com/auth/onegoogle.readonly";
|
| +const char kApiScope[] = "https://www.googleapis.com/auth/onegoogle.api";
|
| const char kAuthorizationRequestHeaderFormat[] = "Bearer %s";
|
|
|
| const char kResponsePreamble[] = ")]}'";
|
|
|