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

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

Issue 10702017: Revert r 144574 "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 1841c059b0ef6dba461641af3b297c057ce4ea0e..e2512df0d621bd9834fd7085a1becd4859fe4e0a 100644
--- a/chrome/browser/extensions/extension_install_ui_default.cc
+++ b/chrome/browser/extensions/extension_install_ui_default.cc
@@ -87,11 +87,10 @@ class ErrorInfobarDelegate : public ConfirmInfoBarDelegate {
} // namespace
ExtensionInstallUIDefault::ExtensionInstallUIDefault(Browser* browser)
- : skip_post_install_ui_(false),
+ : browser_(browser),
+ 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();
« no previous file with comments | « chrome/browser/extensions/extension_install_ui_default.h ('k') | chrome/browser/extensions/extension_navigation_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698