summaryrefslogtreecommitdiffstats
path: root/chrome/installer/util/google_chrome_sxs_distribution.cc
diff options
context:
space:
mode:
authorhuangs@chromium.org <huangs@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-21 19:33:25 +0000
committerhuangs@chromium.org <huangs@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-21 19:33:25 +0000
commit84fdfacdb6d60486cec8fcf2c9194d7eff61573e (patch)
tree03da3fe6fac1dc3c30998e7ad147afe4173167e3 /chrome/installer/util/google_chrome_sxs_distribution.cc
parenta857720adbefb288556f10cc0134f67445c4837f (diff)
downloadchromium_src-84fdfacdb6d60486cec8fcf2c9194d7eff61573e.zip
chromium_src-84fdfacdb6d60486cec8fcf2c9194d7eff61573e.tar.gz
chromium_src-84fdfacdb6d60486cec8fcf2c9194d7eff61573e.tar.bz2
Limit App Host installation / usage for platform apps to Google Chome only.
- For Google Chrome: 1. On first install of platform apps, as before, install app_host.exe via the quick-enable-application-host command. 2. App shortcuts (e.g., desktop) point to app_host.exe. - For Google Canary and Chromium: 1. On first install of platform apps, don't install app_host.exe. 2. When creating (e.g., desktop) point to chrome.exe. BUG=160479 Review URL: https://chromiumcodereview.appspot.com/11412021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@169088 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/installer/util/google_chrome_sxs_distribution.cc')
-rw-r--r--chrome/installer/util/google_chrome_sxs_distribution.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/installer/util/google_chrome_sxs_distribution.cc b/chrome/installer/util/google_chrome_sxs_distribution.cc
index 118ac3b..157fd74 100644
--- a/chrome/installer/util/google_chrome_sxs_distribution.cc
+++ b/chrome/installer/util/google_chrome_sxs_distribution.cc
@@ -67,6 +67,10 @@ bool GoogleChromeSxSDistribution::GetCommandExecuteImplClsid(
return false;
}
+bool GoogleChromeSxSDistribution::AppHostIsSupported() {
+ return false;
+}
+
string16 GoogleChromeSxSDistribution::ChannelName() {
return kChannelName;
}