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

Side by Side Diff: chromeos/components/tether/pref_names.cc

Issue 2713073002: [CrOS Tether] Create HostScanDevicePrioritizer, a class which prioritizes the order of connection a… (Closed)
Patch Set: hansberry@ comments. Created 3 years, 10 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 unified diff | Download patch
OLDNEW
(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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698