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

Unified Diff: ash/shelf/shelf.cc

Issue 2898743002: Draggable peeking/fullscreen launcher with transparent background. (Closed)
Patch Set: removed app_list_delegate_impl and made shell an AppListDelegate 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: ash/shelf/shelf.cc
diff --git a/ash/shelf/shelf.cc b/ash/shelf/shelf.cc
index dce85c9d256cd602c706d022184800ea776c7ae3..d807d8d8bc16955e53c79203dc3d3037b4574563 100644
--- a/ash/shelf/shelf.cc
+++ b/ash/shelf/shelf.cc
@@ -9,6 +9,7 @@
#include "ash/public/cpp/shell_window_ids.h"
#include "ash/root_window_controller.h"
#include "ash/session/session_controller.h"
+#include "ash/shelf/app_list_button.h"
xiyuan 2017/06/06 15:51:04 unused?
newcomer 2017/06/06 16:42:29 Done.
#include "ash/shelf/shelf_bezel_event_handler.h"
#include "ash/shelf/shelf_controller.h"
#include "ash/shelf/shelf_layout_manager.h"
@@ -18,6 +19,7 @@
#include "ash/shell.h"
#include "base/logging.h"
#include "base/memory/ptr_util.h"
+#include "ui/app_list/app_list_features.h"
xiyuan 2017/06/06 15:51:04 unused?
newcomer 2017/06/06 16:42:29 Done.
#include "ui/display/types/display_constants.h"
#include "ui/gfx/geometry/rect.h"

Powered by Google App Engine
This is Rietveld 408576698