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

Unified Diff: ui/app_list/app_list_switches.cc

Issue 2898743002: Draggable peeking/fullscreen launcher with transparent background. (Closed)
Patch Set: Created 3 years, 7 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_switches.cc
diff --git a/ui/app_list/app_list_switches.cc b/ui/app_list/app_list_switches.cc
index 89f621e2238eedc118e6a1186443c68223e8fa98..164796e9de34affc509d189fd55a48b37f7aed2d 100644
--- a/ui/app_list/app_list_switches.cc
+++ b/ui/app_list/app_list_switches.cc
@@ -3,8 +3,9 @@
// found in the LICENSE file.
#include "ui/app_list/app_list_switches.h"
-
xiyuan 2017/05/24 18:28:17 nit: restore
newcomer 2017/05/25 23:10:51 Done.
#include "base/command_line.h"
+#include "base/metrics/field_trial_params.h"
+#include "ui/app_list/app_list_features.h"
namespace app_list {
namespace switches {
@@ -72,6 +73,5 @@ bool IsDriveSearchInChromeLauncherEnabled() {
return true;
}
-
xiyuan 2017/05/24 18:28:18 nit: restore
newcomer 2017/05/25 23:10:51 Done.
} // namespace switches
} // namespace app_list

Powered by Google App Engine
This is Rietveld 408576698