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

Unified Diff: public/platform/WebConnectionType.h

Issue 1333613004: Refactor WebConnectionType names (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@netinfo
Patch Set: Created 5 years, 3 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
Index: public/platform/WebConnectionType.h
diff --git a/public/platform/WebConnectionType.h b/public/platform/WebConnectionType.h
index 984a7e611b2fecb31fadfeeeba16e56f868992ba..a6149580728b8acc661e936652201710ae41bae2 100644
--- a/public/platform/WebConnectionType.h
+++ b/public/platform/WebConnectionType.h
@@ -35,15 +35,15 @@ namespace blink {
// Connection types from http://w3c.github.io/netinfo/.
enum WebConnectionType {
- ConnectionTypeCellular = 0,
- ConnectionTypeBluetooth,
- ConnectionTypeEthernet,
- ConnectionTypeWifi,
- ConnectionTypeWimax,
- ConnectionTypeOther,
- ConnectionTypeNone,
- ConnectionTypeUnknown,
- ConnectionTypeLast = ConnectionTypeUnknown
+ WebConnectionTypeCellular = 0,
+ WebConnectionTypeBluetooth,
+ WebConnectionTypeEthernet,
+ WebConnectionTypeWifi,
+ WebConnectionTypeWimax,
+ WebConnectionTypeOther,
+ WebConnectionTypeNone,
+ WebConnectionTypeUnknown,
+ WebConnectionTypeLast = WebConnectionTypeUnknown
};
} // namespace blink
« Source/core/testing/Internals.cpp ('K') | « Source/modules/netinfo/NetworkInformation.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698