| Index: chrome/browser/resources/google_now/manifest.json
|
| diff --git a/chrome/browser/resources/google_now/manifest.json b/chrome/browser/resources/google_now/manifest.json
|
| index b9cc44179f906269c12934ca9d9fec88dbf3774f..f94183fc31703dc635759cf0f96eed636c8a051d 100644
|
| --- a/chrome/browser/resources/google_now/manifest.json
|
| +++ b/chrome/browser/resources/google_now/manifest.json
|
| @@ -14,7 +14,8 @@
|
| "storage",
|
| "tabs",
|
| "metricsPrivate",
|
| - "preferencesPrivate"
|
| + "preferencesPrivate",
|
| + "identity"
|
| ],
|
| "manifest_version": 2,
|
| "background": {
|
| @@ -22,5 +23,9 @@
|
| "persistent": false
|
| },
|
| // TODO(vadimt): Remove using chrome.omnibox.
|
| - "omnibox": { "keyword" : "gn_url" }
|
| + "omnibox": { "keyword" : "gn_url" },
|
| + "oauth2": {
|
| + "auto_approve": true,
|
| + "scopes": ["https://www.googleapis.com/auth/googlenow"]
|
| + }
|
| }
|
|
|