Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(296)

Unified Diff: ui/app_list/app_list_switches.h

Issue 148403007: Protect AppListItemList Add/Remove and fix sync bugs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ui/app_list/app_list_switches.h
diff --git a/ui/app_list/app_list_switches.h b/ui/app_list/app_list_switches.h
index c3d759ef51926021d3a5f8a66ad9835226b27055..22216be3d3e644f6471c4ce5ecefddb7eef67873 100644
--- a/ui/app_list/app_list_switches.h
+++ b/ui/app_list/app_list_switches.h
@@ -13,7 +13,7 @@ namespace switches {
APP_LIST_EXPORT extern const char kEnableFolderUI[];
APP_LIST_EXPORT extern const char kDisableVoiceSearch[];
-bool IsFolderUIEnabled();
+bool APP_LIST_EXPORT IsFolderUIEnabled();
bool APP_LIST_EXPORT IsVoiceSearchEnabled();

Powered by Google App Engine
This is Rietveld 408576698