summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/webstore_installer.h
diff options
context:
space:
mode:
authorestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-27 21:52:08 +0000
committerestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-27 21:52:08 +0000
commit8a819cc9dd226c3a3ad95292756fce1b6050ccdb (patch)
treee1bdde8b00aab48b48e4f4d4abf31ebf51a0ac43 /chrome/browser/extensions/webstore_installer.h
parente72fa4d643005f438978d8a9c21272f3acd64061 (diff)
downloadchromium_src-8a819cc9dd226c3a3ad95292756fce1b6050ccdb.zip
chromium_src-8a819cc9dd226c3a3ad95292756fce1b6050ccdb.tar.gz
chromium_src-8a819cc9dd226c3a3ad95292756fce1b6050ccdb.tar.bz2
Modify experimental identity flow to display scope descriptions and details.
Only desktop Linux should be affected for now. largely based on patch by jstritar BUG=130206 TEST=manual Review URL: https://chromiumcodereview.appspot.com/10630021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@144574 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/extensions/webstore_installer.h')
-rw-r--r--chrome/browser/extensions/webstore_installer.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/extensions/webstore_installer.h b/chrome/browser/extensions/webstore_installer.h
index 4312447..7ba0175 100644
--- a/chrome/browser/extensions/webstore_installer.h
+++ b/chrome/browser/extensions/webstore_installer.h
@@ -85,6 +85,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();
};