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

Unified Diff: chrome/browser/ui/app_list/app_list_controller.cc

Issue 10900018: Introduce App Launcher for Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase gyp file for ui extraction Created 8 years, 3 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: chrome/browser/ui/app_list/app_list_controller.cc
diff --git a/chrome/browser/ui/app_list/app_list_controller.cc b/chrome/browser/ui/app_list/app_list_controller.cc
new file mode 100644
index 0000000000000000000000000000000000000000..687c09f4dea03c8e4cf6bf309157ed4934390d3a
--- /dev/null
+++ b/chrome/browser/ui/app_list/app_list_controller.cc
@@ -0,0 +1,16 @@
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#include "chrome/browser/ui/app_list/app_list_controller.h"
+
+#include "build/build_config.h"
+
+namespace app_list_controller {
+
+#if !defined(OS_WIN)
+// Default implementation for ports which do not have this implemented.
+void ShowAppList() {}
+#endif
+
+} // namespace app_list_controller
« no previous file with comments | « chrome/browser/ui/app_list/app_list_controller.h ('k') | chrome/browser/ui/app_list/app_list_view_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698