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

Unified Diff: Source/core/page/Navigator.idl

Issue 23308006: Introduce NavigatorOnLine interface (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: No change Created 7 years, 4 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: Source/core/page/Navigator.idl
diff --git a/Source/core/page/Navigator.idl b/Source/core/page/Navigator.idl
index 0c3e09da8eacdf481d25a86b0abd4e2f7c7a3e57..c530bce6a633715ae3677db3ed60b89f314ba194 100644
--- a/Source/core/page/Navigator.idl
+++ b/Source/core/page/Navigator.idl
@@ -33,8 +33,7 @@ interface Navigator {
readonly attribute boolean cookieEnabled;
boolean javaEnabled();
- readonly attribute boolean onLine;
-
void getStorageUpdates(); // FIXME: Remove this method or rename to yieldForStorageUpdates.
};
+Navigator implements NavigatorOnLine;

Powered by Google App Engine
This is Rietveld 408576698