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

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

Issue 11267023: Implementing --app-launcher install/uninstall flow. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Nits; added localized string for App Launcher uninstall shortcut. 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
« no previous file with comments | « chrome/installer/mini_installer/configuration.cc ('k') | chrome/installer/util/channel_info.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/util/channel_info.h
diff --git a/chrome/installer/util/channel_info.h b/chrome/installer/util/channel_info.h
index 605b87ac602d26201bdcd03ec52673fe6f6ee587..bf842481ddfc005c522f98ff704ef5aeddb51ed0 100644
--- a/chrome/installer/util/channel_info.h
+++ b/chrome/installer/util/channel_info.h
@@ -64,6 +64,13 @@ class ChannelInfo {
// modified.
bool SetAppHost(bool value);
+ // Returns true if the -applauncher modifier is present in the value.
+ bool IsAppLauncher() const;
+
+ // Adds or removes the -applauncher modifier, returning true if the value is
+ // modified.
+ bool SetAppLauncher(bool value);
+
// Returns true if the -multi modifier is present in the value.
bool IsMultiInstall() const;
« no previous file with comments | « chrome/installer/mini_installer/configuration.cc ('k') | chrome/installer/util/channel_info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698