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

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

Issue 22927015: Introduce NavigatorID IDL interface (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase on master 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/NavigatorID.idl
diff --git a/Source/core/page/NavigatorOnLine.idl b/Source/core/page/NavigatorID.idl
similarity index 88%
copy from Source/core/page/NavigatorOnLine.idl
copy to Source/core/page/NavigatorID.idl
index db4b08c1e0f9b67062b25e1f1cbb3a17605af914..a0333ba3548e2586bdcdfcf3964961c68888fed7 100644
--- a/Source/core/page/NavigatorOnLine.idl
+++ b/Source/core/page/NavigatorID.idl
@@ -30,6 +30,9 @@
[
NoInterfaceObject
-] interface NavigatorOnLine {
- readonly attribute boolean onLine;
+] interface NavigatorID {
+ readonly attribute DOMString appName;
+ readonly attribute DOMString appVersion;
+ readonly attribute DOMString platform;
+ readonly attribute DOMString userAgent;
};

Powered by Google App Engine
This is Rietveld 408576698