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

Unified Diff: chrome/browser/resources/google_now/manifest.json

Issue 17412009: Identification via OAuth tokens (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 6 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 | « chrome/browser/resources/google_now/background.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 0e925142fb2f43cacb6529e232b9b50d62cef47f..21e465eed356d51b55d952095858c083c3bcadee 100644
--- a/chrome/browser/resources/google_now/manifest.json
+++ b/chrome/browser/resources/google_now/manifest.json
@@ -14,7 +14,8 @@
"tabs",
// TODO(vadimt): Replace <all_urls> with real URL patterns once we know
// them.
- "<all_urls>"
+ "<all_urls>",
+ "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"]
+ }
}
« no previous file with comments | « chrome/browser/resources/google_now/background.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698