summaryrefslogtreecommitdiffstats
path: root/ash/shell/app_list.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ash/shell/app_list.cc')
-rw-r--r--ash/shell/app_list.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/ash/shell/app_list.cc b/ash/shell/app_list.cc
index 0a908f9..eaa4ffa 100644
--- a/ash/shell/app_list.cc
+++ b/ash/shell/app_list.cc
@@ -90,7 +90,9 @@ class WindowTypeLauncherItem : public ash::AppListItemModel {
break;
}
case EXAMPLES_WINDOW: {
+#if !defined(OS_MACOSX)
views::examples::ShowExamplesWindow(false);
+#endif
break;
}
default: