Index: chrome/installer/util/channel_info.h |
diff --git a/chrome/installer/util/channel_info.h b/chrome/installer/util/channel_info.h |
index 9ceae3248f0d527d4b30663a4b96646244a32a8b..abb8b9c81b183d1e22d830a79a9128cc80cb4b1c 100644 |
--- a/chrome/installer/util/channel_info.h |
+++ b/chrome/installer/util/channel_info.h |
@@ -57,6 +57,13 @@ class ChannelInfo { |
// modified. |
bool SetChromeFrame(bool value); |
+ // Returns true if the -apphost modifier is present in the value. |
+ bool IsAppHost() const; |
+ |
+ // Adds or removes the -apphost modifier, returning true if the value is |
+ // modified. |
+ bool SetAppHost(bool value); |
+ |
// Returns true if the -multi modifier is present in the value. |
bool IsMultiInstall() const; |