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

Unified Diff: ash/app_list/app_list_presenter_delegate.cc

Issue 2618143002: cros: Remove some OS platform ifdefs from ash (Closed)
Patch Set: rebase Created 3 years, 11 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 | « no previous file | ash/aura/wm_shell_aura.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/app_list/app_list_presenter_delegate.cc
diff --git a/ash/app_list/app_list_presenter_delegate.cc b/ash/app_list/app_list_presenter_delegate.cc
index 973875b93c5f3838c2787858714ccec8ffc67b6f..a4a03eab15701812ce10dd6ee3715ae522ba631f 100644
--- a/ash/app_list/app_list_presenter_delegate.cc
+++ b/ash/app_list/app_list_presenter_delegate.cc
@@ -61,12 +61,8 @@ gfx::Point GetCenterOfDisplayForWindow(WmWindow* window, int minimum_height) {
}
bool IsFullscreenAppListEnabled() {
-#if defined(OS_CHROMEOS)
return base::CommandLine::ForCurrentProcess()->HasSwitch(
switches::kAshEnableFullscreenAppList);
-#else
- return false;
-#endif
}
} // namespace
« no previous file with comments | « no previous file | ash/aura/wm_shell_aura.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698