| 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();
|
| };
|
|
|