summaryrefslogtreecommitdiffstats
path: root/ui/app_list/app_list_switches.h
diff options
context:
space:
mode:
authorYuki Awano <yawano@chromium.org>2015-06-26 12:43:05 +0900
committerYuki Awano <yawano@chromium.org>2015-06-26 03:44:22 +0000
commit4b3e0617422de38b23d2b5f31e0beceb47747621 (patch)
tree958c66a3a5bf7d2da15850e835e4a2435f64baa1 /ui/app_list/app_list_switches.h
parent371f34d28a218a714db4f9ff8acf41efd0d3be79 (diff)
downloadchromium_src-4b3e0617422de38b23d2b5f31e0beceb47747621.zip
chromium_src-4b3e0617422de38b23d2b5f31e0beceb47747621.tar.gz
chromium_src-4b3e0617422de38b23d2b5f31e0beceb47747621.tar.bz2
Revert "Enable by default drive search on all channels and LSP API on dev."
Note: Drive Search is punted to M46 and public version of this API won't happen soon. This reverts commit bbc517d941a36068f43dcdaef3bc4fb82ac6d962. BUG=502097 TBR=satorux@chromium.org,bengold@chromium.org,mpearson@chromium.org,mgiuca@chromium.org Review URL: https://codereview.chromium.org/1210343002. Cr-Commit-Position: refs/heads/master@{#336333}
Diffstat (limited to 'ui/app_list/app_list_switches.h')
-rw-r--r--ui/app_list/app_list_switches.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/ui/app_list/app_list_switches.h b/ui/app_list/app_list_switches.h
index e5070db..2899e9ab 100644
--- a/ui/app_list/app_list_switches.h
+++ b/ui/app_list/app_list_switches.h
@@ -22,8 +22,7 @@ APP_LIST_EXPORT extern const char kEnableNewAppListMixer[];
APP_LIST_EXPORT extern const char kDisableNewAppListMixer[];
APP_LIST_EXPORT extern const char kEnableSyncAppList[];
APP_LIST_EXPORT extern const char kDisableSyncAppList[];
-APP_LIST_EXPORT extern const char kDisableDriveSearchInAppLauncher[];
-APP_LIST_EXPORT extern const char kDisableLauncherSearchProviderApi[];
+APP_LIST_EXPORT extern const char kEnableLauncherSearchProviderApi[];
#if defined(OS_MACOSX)
APP_LIST_EXPORT extern const char kEnableMacViewsAppList[];
@@ -48,8 +47,6 @@ bool APP_LIST_EXPORT ShouldNotDismissOnBlur();
bool APP_LIST_EXPORT IsDriveAppsInAppListEnabled();
-bool APP_LIST_EXPORT IsDriveSearchEnabled();
-
bool APP_LIST_EXPORT IsLauncherSearchProviderApiEnabled();
#if defined(OS_MACOSX)