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

Unified Diff: ui/app_list/app_list_constants.h

Issue 10919076: app_list: Paint background for app item title. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix nit 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
« no previous file with comments | « ui/app_list/app_list_bubble_border.cc ('k') | ui/app_list/app_list_constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/app_list_constants.h
diff --git a/ui/app_list/app_list_switches.h b/ui/app_list/app_list_constants.h
similarity index 51%
copy from ui/app_list/app_list_switches.h
copy to ui/app_list/app_list_constants.h
index 267830a43e30cf8beca2fe552c4671ed612d5fdb..90e39012b5e2b6913b76acc8be6f5ba4ac291cd6 100644
--- a/ui/app_list/app_list_switches.h
+++ b/ui/app_list/app_list_constants.h
@@ -2,17 +2,16 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef UI_APP_LIST_APP_LIST_SWITCHES_H_
-#define UI_APP_LIST_APP_LIST_SWITCHES_H_
+#ifndef UI_APP_LIST_APP_LIST_CONSTANTS_H_
+#define UI_APP_LIST_APP_LIST_CONSTANTS_H_
+#include "third_party/skia/include/core/SkColor.h"
#include "ui/app_list/app_list_export.h"
namespace app_list {
-namespace switches {
-APP_LIST_EXPORT extern const char kAppListShowAppsOnly[];
+APP_LIST_EXPORT extern const SkColor kContentsBackgroundColor;
-} // namespace switches
} // namespace app_list
-#endif // UI_APP_LIST_APP_LIST_SWITCHES_H_
+#endif // UI_APP_LIST_APP_LIST_CONSTANTS_H_
« no previous file with comments | « ui/app_list/app_list_bubble_border.cc ('k') | ui/app_list/app_list_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698