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

Unified Diff: ash/ash_switches.cc

Issue 10695203: app_list: Create an app_list_switches.* to put all app list switches. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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 | « ash/ash_switches.h ('k') | chrome/browser/about_flags.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/ash_switches.cc
diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc
index ca6a75372069ebae3b662133812ac2cc844e0f20..24c3e2e896a1fb2ef4a48a688dfacc4d787a1688 100644
--- a/ash/ash_switches.cc
+++ b/ash/ash_switches.cc
@@ -7,10 +7,6 @@
namespace ash {
namespace switches {
-// Show only apps result in app list search.
-// TODO(xiyuan): Create an app_list_switches.cc to put all app list switches.
-const char kAppListShowAppsOnly[] = "app-list-show-apps-only";
-
// Enable keyboard shortcuts useful for debugging.
const char kAshDebugShortcuts[] = "ash-debug-shortcuts";
« no previous file with comments | « ash/ash_switches.h ('k') | chrome/browser/about_flags.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698