diff options
author | huangs@chromium.org <huangs@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-11 20:27:06 +0000 |
---|---|---|
committer | huangs@chromium.org <huangs@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-11 20:27:06 +0000 |
commit | 830f16b43606a397965f64dcd8aa0df636ba07a4 (patch) | |
tree | 046d07d075b703a511bde03cc6f4616f306f8969 /chrome/chrome_nibs.gypi | |
parent | 9632bd99e1368a260f1cfde00fe656e2764ae047 (diff) | |
download | chromium_src-830f16b43606a397965f64dcd8aa0df636ba07a4.zip chromium_src-830f16b43606a397965f64dcd8aa0df636ba07a4.tar.gz chromium_src-830f16b43606a397965f64dcd8aa0df636ba07a4.tar.bz2 |
Fixing callers of BrowserDistribution::AppHostIsSupported().
To fix 164384, we want to make app_host.exe available for App Launcher only.
BrowserDistribution::AppHostIsSupported() means that the distribution can support app_host.exe. This holds for true for Chrome, and we're not changing this.
There are 3 callers for BrowserDistribution::AppHostIsSupported():
1. To display dialog box for App Launcher opt-in, given --enable-app-list-opt-in
2. To quick enable app_host.exe, when platform app is installed.
3. To set platform app shortcut executable to app_host.exe instead of chrome.exe.
The new behaviours are:
1. No change.
2. Do so only if user opts-in to App Launcher.
3. Do so only if App Launcher is installed.
Since 2 will be made faster, so we won't handle the race condition case (i.e., user opts-in, then quickly generate shortcut before app_host.exe appears(,
BUG=162418,164384
Review URL: https://chromiumcodereview.appspot.com/11488015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@172391 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_nibs.gypi')
0 files changed, 0 insertions, 0 deletions