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

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: A basic working app host installer/uninstaller. 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 44d3faee3abc84bad8d252ad88daed1ec6942b30..5c40ff800c921343c7bcee36b52dc15f1e479799 100644
--- a/chrome/installer/util/channel_info.h
+++ b/chrome/installer/util/channel_info.h
@@ -58,6 +58,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