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

Unified Diff: chrome/browser/extensions/extension_install_ui_default.cc

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/extension_install_ui_default.cc
diff --git a/chrome/browser/extensions/extension_install_ui_default.cc b/chrome/browser/extensions/extension_install_ui_default.cc
index 7e9622b35385e8f2881689052a30a372feedd18c..95b8b1ce49744c0063a5e1e3e59b9679d38ad5c0 100644
--- a/chrome/browser/extensions/extension_install_ui_default.cc
+++ b/chrome/browser/extensions/extension_install_ui_default.cc
@@ -87,10 +87,11 @@ class ErrorInfobarDelegate : public ConfirmInfoBarDelegate {
} // namespace
ExtensionInstallUIDefault::ExtensionInstallUIDefault(Browser* browser)
- : browser_(browser),
- skip_post_install_ui_(false),
+ : skip_post_install_ui_(false),
previous_using_native_theme_(false),
use_app_installed_bubble_(false) {
+ browser_ = browser;
+
// Remember the current theme in case the user presses undo.
if (browser) {
Profile* profile = browser->profile();

Powered by Google App Engine
This is Rietveld 408576698