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

Unified Diff: chromeos/network/tether_constants.cc

Issue 2818593003: [CrOS Tether] Add tether network properties (battery percentage, carrier, and signal strength) to t… (Closed)
Patch Set: Ran git cl format. Created 3 years, 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chromeos/network/tether_constants.h ('k') | chromeos/test/data/network/invalid_settings_with_repairs.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/network/tether_constants.cc
diff --git a/chromeos/network/tether_constants.cc b/chromeos/network/tether_constants.cc
new file mode 100644
index 0000000000000000000000000000000000000000..70867b5a178b227582a745be6c847e0c88988e98
--- /dev/null
+++ b/chromeos/network/tether_constants.cc
@@ -0,0 +1,14 @@
+// Copyright 2017 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 "chromeos/network/tether_constants.h"
+
+namespace chromeos {
+
+const char kTypeTether[] = "wifi-tether";
+const char kTetherBatteryPercentage[] = "Tether.BatteryPercentage";
+const char kTetherCarrier[] = "Tether.Carrier";
+const char kTetherSignalStrength[] = "Tether.SignalStrength";
+
+} // namespace chromeos
« no previous file with comments | « chromeos/network/tether_constants.h ('k') | chromeos/test/data/network/invalid_settings_with_repairs.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698