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

Unified Diff: webkit/common/webpreferences.h

Issue 298803006: NetInfo V3 support for browser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated comment in network_change_notifier Created 6 years, 7 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: webkit/common/webpreferences.h
diff --git a/webkit/common/webpreferences.h b/webkit/common/webpreferences.h
index f5dc458d5cc053aeca0535f56b12d3e7a0dbff70..68c208003ef76803ed33c2904f096b516b01ea19 100644
--- a/webkit/common/webpreferences.h
+++ b/webkit/common/webpreferences.h
@@ -16,6 +16,7 @@
#include <vector>
#include "base/strings/string16.h"
+#include "net/base/network_change_notifier.h"
#include "url/gurl.h"
#include "webkit/common/webkit_common_export.h"
@@ -92,6 +93,7 @@ struct WEBKIT_COMMON_EXPORT WebPreferences {
bool caret_browsing_enabled;
bool hyperlink_auditing_enabled;
bool is_online;
+ net::NetworkChangeNotifier::ConnectionType connection_type;
bool allow_universal_access_from_file_urls;
bool allow_file_access_from_file_urls;
bool webaudio_enabled;

Powered by Google App Engine
This is Rietveld 408576698