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

Unified Diff: chrome/browser/extensions/webstore_installer.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
Index: chrome/browser/extensions/webstore_installer.h
diff --git a/chrome/browser/extensions/webstore_installer.h b/chrome/browser/extensions/webstore_installer.h
index bf1da971fdaabdbbc05fba1a15678d64b0d089ff..c0e2d50fc7461b046328faffdc978794d2779ceb 100644
--- a/chrome/browser/extensions/webstore_installer.h
+++ b/chrome/browser/extensions/webstore_installer.h
@@ -158,6 +158,10 @@ class WebstoreInstaller : public content::NotificationObserver,
// Ephemeral apps (experimental) are not permanently installed in Chrome.
bool is_ephemeral;
+ // The authuser index required to download the item being installed. May be
+ // the empty string, in which case no authuser parameter is used.
+ std::string authuser;
+
private:
Approval();
};

Powered by Google App Engine
This is Rietveld 408576698