| Index: chrome/browser/extensions/webstore_installer.h
|
| diff --git a/chrome/browser/extensions/webstore_installer.h b/chrome/browser/extensions/webstore_installer.h
|
| index bea6d6d692b7c33955c78c8dc6715ddbc330dd9d..d0f6e8b97c7531fae81adc52c5c1b258971085bd 100644
|
| --- a/chrome/browser/extensions/webstore_installer.h
|
| +++ b/chrome/browser/extensions/webstore_installer.h
|
| @@ -82,6 +82,9 @@ class WebstoreInstaller : public content::NotificationObserver,
|
| // so there's no need to show it again.
|
| bool skip_install_dialog;
|
|
|
| + // Whether we should record an oauth2 grant for the extensions.
|
| + bool record_oauth2_grant;
|
| +
|
| private:
|
| Approval();
|
| };
|
|
|