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

Unified Diff: public/platform/WebConnectionType.h

Issue 1308943005: [NetInfo] Add Blink support for connection.change, connection.downlinkMax, and wimax (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase 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
« no previous file with comments | « Source/web/WebNetworkStateNotifier.cpp ('k') | public/web/WebNetworkStateNotifier.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebConnectionType.h
diff --git a/public/platform/WebConnectionType.h b/public/platform/WebConnectionType.h
index 1b925fd863c565ed59550d8c4fda3897ee6d4964..984a7e611b2fecb31fadfeeeba16e56f868992ba 100644
--- a/public/platform/WebConnectionType.h
+++ b/public/platform/WebConnectionType.h
@@ -39,6 +39,7 @@ enum WebConnectionType {
ConnectionTypeBluetooth,
ConnectionTypeEthernet,
ConnectionTypeWifi,
+ ConnectionTypeWimax,
ConnectionTypeOther,
ConnectionTypeNone,
ConnectionTypeUnknown,
« no previous file with comments | « Source/web/WebNetworkStateNotifier.cpp ('k') | public/web/WebNetworkStateNotifier.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698