| Index: chrome/browser/extensions/webstore_installer.h
|
| diff --git a/chrome/browser/extensions/webstore_installer.h b/chrome/browser/extensions/webstore_installer.h
|
| index 21f71a7e3e239a549c1228610d020f2d92b0fcc8..e02cbc6d64db902abaf353492f1cbedb51214646 100644
|
| --- a/chrome/browser/extensions/webstore_installer.h
|
| +++ b/chrome/browser/extensions/webstore_installer.h
|
| @@ -161,9 +161,6 @@ class WebstoreInstaller : public content::NotificationObserver,
|
| // Required minimum version.
|
| scoped_ptr<Version> minimum_version;
|
|
|
| - // Ephemeral apps are transiently installed.
|
| - 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;
|
|
|