Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | |
| 2 // Use of this source code is governed by a BSD-style license that can be | |
| 3 // found in the LICENSE file. | |
| 4 | |
| 5 #include "ui/app_list/app_list_switches.h" | |
| 6 | |
| 7 namespace app_list { | |
| 8 namespace switches { | |
| 9 | |
| 10 // Show only apps result in app list search. | |
| 11 const char kAppListShowAppsOnly[] = "app-list-show-apps-only"; | |
| 12 | |
| 13 } // namespace switches | |
| 14 } // namespace app_list | |
| OLD | NEW |