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

Unified Diff: Source/core/page/NavigatorBase.h

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
« no previous file with comments | « Source/core/page/Navigator.idl ('k') | Source/core/page/NavigatorBase.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/NavigatorBase.h
diff --git a/Source/core/page/NavigatorBase.h b/Source/core/page/NavigatorBase.h
index f5c828a2a237ee0d8e3f221d3efebc87a5212abf..26922b3dda1b91c055f8fb0dd9d786e58292886b 100644
--- a/Source/core/page/NavigatorBase.h
+++ b/Source/core/page/NavigatorBase.h
@@ -32,13 +32,16 @@ namespace WebCore {
class NavigatorBase {
public:
- String appName() const;
- String appVersion() const;
virtual String userAgent() const = 0;
- String platform() const;
+ // FIXME: The following should be moved to NavigatorID and
+ // exposed on WorkerNavigator as well.
String appCodeName() const;
String product() const;
+
+ // FIXME: The following is not part of the specification and is only
+ // exposed on Navigator. It should be moved to Navigator (or exposed
+ // on WorkerNavigator as well).
String productSub() const;
String vendor() const;
String vendorSub() const;
« no previous file with comments | « Source/core/page/Navigator.idl ('k') | Source/core/page/NavigatorBase.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698