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

Unified Diff: chrome/common/extensions/docs/examples/extensions/oauth_contacts/manifest.json

Issue 3107017: Merge 54841 - Allow specifying optional parameters to pass to the Authorizati... (Closed) Base URL: svn://svn.chromium.org/chrome/branches/472/src/
Patch Set: Created 10 years, 4 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
Index: chrome/common/extensions/docs/examples/extensions/oauth_contacts/manifest.json
===================================================================
--- chrome/common/extensions/docs/examples/extensions/oauth_contacts/manifest.json (revision 56269)
+++ chrome/common/extensions/docs/examples/extensions/oauth_contacts/manifest.json (working copy)
@@ -1,6 +1,6 @@
{
"name": "Sample - OAuth Contacts",
- "version": "1.0.5",
+ "version": "1.0.6",
"icons": { "48": "img/icon-48.png",
"128": "img/icon-128.png" },
"description": "Uses OAuth to connect to Google's contacts service and display a list of your contacts.",

Powered by Google App Engine
This is Rietveld 408576698