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

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

Issue 2032743003: Not show the launcher during Chrome app installation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 c1303c5e9cfb99ab360b23d15db02da3caeb3980..f4736233a65e93b7c345b77e5e87f7faf0837ff4 100644
--- a/chrome/browser/extensions/webstore_installer.h
+++ b/chrome/browser/extensions/webstore_installer.h
@@ -142,9 +142,6 @@ class WebstoreInstaller : public content::NotificationObserver,
// so there's no need to show it again.
bool skip_install_dialog;
- // Whether we should enable the launcher before installing the app.
- bool enable_launcher;
-
// Manifest check level for checking actual manifest against expected
// manifest.
ManifestCheckLevel manifest_check_level;

Powered by Google App Engine
This is Rietveld 408576698