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

Unified Diff: chrome/common/extensions/api/webstore_private.json

Issue 196783002: Export a private webstore API to call into the new inline sign-in flow. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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/api/webstore_private.json
diff --git a/chrome/common/extensions/api/webstore_private.json b/chrome/common/extensions/api/webstore_private.json
index f80ff335a23e978ebebc00a3e49ac60e043a2be2..201815e8ae29df3ecf811dbf083e2847df6bb0a9 100644
--- a/chrome/common/extensions/api/webstore_private.json
+++ b/chrome/common/extensions/api/webstore_private.json
@@ -252,6 +252,18 @@
]
}
]
+ },
+ {
+ "name": "signIn",
+ "description": "Signs the user into Chrome.",
+ "parameters": [
+ {
+ "name": "continue_url",
+ "type": "string",
+ "description": "The continue URL to navigate to once sign-in completes.",
guohui 2014/03/12 18:18:59 you are probably still working on it, but i think
+ "optional": "false"
+ }
+ ]
}
]
}

Powered by Google App Engine
This is Rietveld 408576698