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

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

Issue 22866014: Expose navigator.product and navigator.appCodeName constants to workers (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase on master Created 7 years, 3 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/NavigatorBase.cpp ('k') | Source/core/page/NavigatorID.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/NavigatorID.h
diff --git a/Source/core/page/NavigatorID.h b/Source/core/page/NavigatorID.h
index c235fe0e422afa2fdef603b8178855cc468b02df..9e31d3100eee499f3fb9a226ab2b8eb1589c7e5a 100644
--- a/Source/core/page/NavigatorID.h
+++ b/Source/core/page/NavigatorID.h
@@ -43,6 +43,8 @@ public:
static String appVersion(const NavigatorBase*);
static String userAgent(const NavigatorBase*);
static String platform(const NavigatorBase*);
+ static String appCodeName(const NavigatorBase*);
+ static String product(const NavigatorBase*);
};
} // namespace WebCore
« no previous file with comments | « Source/core/page/NavigatorBase.cpp ('k') | Source/core/page/NavigatorID.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698