Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(84)

Unified Diff: chrome/browser/extensions/webstore_installer.h

Issue 10630021: Modify experimental identity flow to display scope descriptions and details. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();
};

Powered by Google App Engine
This is Rietveld 408576698