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

Unified Diff: extensions/common/constants.h

Issue 270793002: webstorePrivate: Support an |authuser| property in beginInstallWithManifest3. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Let authuser pass thru as a string rather than forcing int Created 6 years, 7 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/test/data/extensions/api_test/webstore_private/begin_install.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/constants.h
diff --git a/extensions/common/constants.h b/extensions/common/constants.h
index f13de46d2d5ad7f8a898824ff3a068f8da0792bf..20bf421cd65428e77819ecf6dd3f189c070afde1 100644
--- a/extensions/common/constants.h
+++ b/extensions/common/constants.h
@@ -87,6 +87,9 @@ extern const char kStateStoreName[];
// rules are stored.
extern const char kRulesStoreName[];
+// The URL query parameter key corresponding to multi-login user index.
+extern const char kAuthUserQueryKey[];
+
} // namespace extensions
namespace extension_misc {
« no previous file with comments | « chrome/test/data/extensions/api_test/webstore_private/begin_install.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698