Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / public / platform / WebConnectionType.h
index db5b2aa..1b925fd 100644 (file)
@@ -41,7 +41,8 @@ enum WebConnectionType {
     ConnectionTypeWifi,
     ConnectionTypeOther,
     ConnectionTypeNone,
-    ConnectionTypeLast = ConnectionTypeNone
+    ConnectionTypeUnknown,
+    ConnectionTypeLast = ConnectionTypeUnknown
 };
 
 } // namespace blink