diff options
author | calamity@chromium.org <calamity@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-19 13:18:36 +0000 |
---|---|---|
committer | calamity@chromium.org <calamity@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-19 13:18:36 +0000 |
commit | d7a322e473480a23090a6f864f9b0d79e8a7702a (patch) | |
tree | fd0f8ca937096991487d0cbbaaba141beace003c /apps/app_launcher.h | |
parent | 1ce9bfec9248026c844218c5e340a608af884ad9 (diff) | |
download | chromium_src-d7a322e473480a23090a6f864f9b0d79e8a7702a.zip chromium_src-d7a322e473480a23090a6f864f9b0d79e8a7702a.tar.gz chromium_src-d7a322e473480a23090a6f864f9b0d79e8a7702a.tar.bz2 |
Remove --show-app-list-shortcut flag and implement new app launcher enable logic.
The app launcher now adds itself to the start menu on the first run of chrome
past this patch.
The webstore enable of the app launcher will create shortcuts on the desktop
and pin an icon to the taskbar.
The app launcher should never be disabled after it is enabled.
BUG=233434
TBR=benwells@chromium.org
Review URL: https://chromiumcodereview.appspot.com/13940006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195158 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'apps/app_launcher.h')
-rw-r--r-- | apps/app_launcher.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/app_launcher.h b/apps/app_launcher.h index d3156a1..0ccc1bf 100644 --- a/apps/app_launcher.h +++ b/apps/app_launcher.h @@ -13,6 +13,11 @@ namespace apps { // boolean flag is passed, which is true if the app launcher is enabled. typedef base::Callback<void(bool)> OnAppLauncherEnabledCompleted; +// TODO(calamity): Remove all the "uncertain" apis because windows app launcher +// enabled is now just a single pref that we can check synchronously and with +// confidence. This includes changing GetIsAppLauncherEnabled to a synchronous +// API. + // A synchronous check to determine if the app launcher is enabled. If the // registry needs to be determined to find an accurate answer, this function // will NOT do so; instead if will default to false (the app launcher is not |