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

Unified Diff: ui/app_list/app_list_constants.h

Issue 2898743002: Draggable peeking/fullscreen launcher with transparent background. (Closed)
Patch Set: Addressed comments. Created 3 years, 6 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_constants.h
diff --git a/ui/app_list/app_list_constants.h b/ui/app_list/app_list_constants.h
index 7e6cb28feb4a405ae1163d4bc53ec01e9c66646e..02887087e4dfc3b4435c001911686dddf4b5c188 100644
--- a/ui/app_list/app_list_constants.h
+++ b/ui/app_list/app_list_constants.h
@@ -16,6 +16,10 @@
namespace app_list {
+namespace fullscreen_constants {
msw 2017/06/06 17:56:31 nit: don't add this nested namespace, move this ne
newcomer 2017/06/06 23:26:27 Done.
+APP_LIST_EXPORT extern const size_t kNumStartPageTiles;
+} // namespace fullscreen_constants
+
APP_LIST_EXPORT extern const SkColor kContentsBackgroundColor;
APP_LIST_EXPORT extern const SkColor kSearchBoxBackground;

Powered by Google App Engine
This is Rietveld 408576698