| Index: apps/app_launcher.h
|
| diff --git a/apps/app_launcher.h b/apps/app_launcher.h
|
| index d3156a1cacbba6e1f46fedbd7252c9b4a56e671c..0ccc1bfd5d6a981a34347994cdf3ebec68965910 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
|
|
|