OLD | NEW |
---|---|
(Empty) | |
1 // Copyright 2016 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 "chromeos/components/tether/pref_names.h" | |
6 | |
7 namespace chromeos { | |
8 | |
9 namespace tether { | |
10 | |
11 namespace prefs { | |
12 | |
13 const char kMostRecentTetherAvailablilityResponderIds[] = | |
14 "tether.most_recent_tether_availability_responder_ids"; | |
15 | |
16 const char kMostRecentConnectTetheringResponderId[] = | |
17 "tether.most_recent_connect_tethering_responder_ids"; | |
18 | |
19 } // namespace prefs | |
20 | |
21 } // namespace tether | |
22 | |
23 } // namespace chromeos | |
OLD | NEW |