Bluetooth: remove private members from BluetoothAdapter
[chromium-blink-merge.git] / apps / switches.cc
blobf5051c9aa5fe616703ce1d4fc9c588d6fd14a573
1 // Copyright 2013 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.
5 #include "apps/switches.h"
7 namespace apps {
8 namespace switches {
10 // If true an app list shortcut will be shown in the taskbar.
11 const char kShowAppListShortcut[] = "show-app-list-shortcut";
13 } // namespace switches
14 } // namespace apps