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

Unified Diff: chrome/installer/util/master_preferences_constants.h

Issue 11267023: Implementing --app-launcher install/uninstall flow. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removing shortcut install (will do in different CL), but keeping some refactoring. Created 8 years, 2 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/installer/util/master_preferences_constants.h
diff --git a/chrome/installer/util/master_preferences_constants.h b/chrome/installer/util/master_preferences_constants.h
index c8a16af53846329433f11b99c9f001ba7ec92d7c..9c7168a2f757554abf232d4196f76b91ccb60c44 100644
--- a/chrome/installer/util/master_preferences_constants.h
+++ b/chrome/installer/util/master_preferences_constants.h
@@ -24,6 +24,8 @@ extern const char kAutoLaunchChrome[];
extern const char kChrome[];
// Boolean. This is to be a Chrome App Host install.
extern const char kChromeAppHost[];
+// Boolean. This is to be a Chrome App Launcher install.
+extern const char kChromeAppLauncher[];
// Boolean. This is to be a Chrome Frame install.
extern const char kChromeFrame[];
// Boolean. Chrome Frame is to be installed in ready-mode.

Powered by Google App Engine
This is Rietveld 408576698