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

Unified Diff: chrome/installer/util/google_chrome_sxs_distribution.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: Update .gn file; remove TODO's. Created 5 years, 11 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/google_chrome_sxs_distribution.h
diff --git a/chrome/installer/util/google_chrome_sxs_distribution.h b/chrome/installer/util/google_chrome_sxs_distribution.h
index 94d7b60db36ee1383e140bd6c8d3639ad647f840..c1be524f1b1784cb1126480680dc9f0eda50741e 100644
--- a/chrome/installer/util/google_chrome_sxs_distribution.h
+++ b/chrome/installer/util/google_chrome_sxs_distribution.h
@@ -33,7 +33,6 @@ class GoogleChromeSxSDistribution : public GoogleChromeDistribution {
virtual bool GetChromeChannel(base::string16* channel) override;
virtual bool GetCommandExecuteImplClsid(
base::string16* handler_class_uuid) override;
- virtual bool AppHostIsSupported() override;
virtual bool ShouldSetExperimentLabels() override;
virtual bool HasUserExperiments() override;
// returns the channel name for GoogleChromeSxSDistribution

Powered by Google App Engine
This is Rietveld 408576698