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

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

Issue 22927015: Introduce NavigatorID IDL interface (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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..30ec77e30ca80017800c1eef7750c37291a26966 100644
--- a/Source/core/page/Navigator.idl
+++ b/Source/core/page/Navigator.idl
@@ -19,11 +19,7 @@
interface Navigator {
readonly attribute DOMString appCodeName;
- readonly attribute DOMString appName;
- readonly attribute DOMString appVersion;
readonly attribute DOMString language;
- readonly attribute DOMString userAgent;
- readonly attribute DOMString platform;
readonly attribute PluginArray plugins;
readonly attribute MimeTypeArray mimeTypes;
readonly attribute DOMString product;
@@ -38,3 +34,4 @@ interface Navigator {
void getStorageUpdates(); // FIXME: Remove this method or rename to yieldForStorageUpdates.
};
+Navigator implements NavigatorID;

Powered by Google App Engine
This is Rietveld 408576698