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

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

Issue 811283002: [Installer] Cleaning up dead code for App Launcher / App Host installs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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 f14811390af910d522735dfda1957096132e844c..9df81485901995c6c661ec6917a0fb3a181bebee 100644
--- a/chrome/installer/util/channel_info.h
+++ b/chrome/installer/util/channel_info.h
@@ -57,13 +57,6 @@ class ChannelInfo {
// modified.
bool SetChromeFrame(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;

Powered by Google App Engine
This is Rietveld 408576698