| Index: chrome/browser/extensions/crx_installer.h
|
| diff --git a/chrome/browser/extensions/crx_installer.h b/chrome/browser/extensions/crx_installer.h
|
| index 04c4c4a0c27cdc51414e2716d8932a0f100f59a0..8901b78d0032fe945904dfa404db958b08883df7 100644
|
| --- a/chrome/browser/extensions/crx_installer.h
|
| +++ b/chrome/browser/extensions/crx_installer.h
|
| @@ -337,6 +337,9 @@ class CrxInstaller
|
| // still consider the installation 'handled'.
|
| bool did_handle_successfully_;
|
|
|
| + // Whether we should record an oauth2 grant upon successful install.
|
| + bool record_oauth2_grant_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(CrxInstaller);
|
| };
|
|
|
|
|