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

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

Issue 10665002: Implement installation of the Chrome App Host. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix unittests. Created 8 years, 5 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/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;

Powered by Google App Engine
This is Rietveld 408576698