diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-17 03:32:03 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-17 03:32:03 +0000 |
commit | 0bc6c279b4435e2920c02110aa96ca96eed05cc1 (patch) | |
tree | ccc38db07385d0285610972c177eaa646cc211f9 /ui/app_list/app_list_switches.cc | |
parent | e9d8263b8259fc48645c8846f3ffe8694dccc956 (diff) | |
download | chromium_src-0bc6c279b4435e2920c02110aa96ca96eed05cc1.zip chromium_src-0bc6c279b4435e2920c02110aa96ca96eed05cc1.tar.gz chromium_src-0bc6c279b4435e2920c02110aa96ca96eed05cc1.tar.bz2 |
app_list: Create an app_list_switches.* to put all app list switches.
NOTE: This was a TODO for xiyuan@.
R=xiyuan@chromium.org
TBR=ben@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10695203
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146953 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/app_list/app_list_switches.cc')
-rw-r--r-- | ui/app_list/app_list_switches.cc | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ui/app_list/app_list_switches.cc b/ui/app_list/app_list_switches.cc new file mode 100644 index 0000000..2c99374 --- /dev/null +++ b/ui/app_list/app_list_switches.cc @@ -0,0 +1,14 @@ +// Copyright (c) 2012 The Chromium Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +#include "ui/app_list/app_list_switches.h" + +namespace app_list { +namespace switches { + +// Show only apps result in app list search. +const char kAppListShowAppsOnly[] = "app-list-show-apps-only"; + +} // namespace switches +} // namespace app_list |