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

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

Issue 22929011: Move productSub/vendor/vendorSub to Navigator class (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
« no previous file with comments | « no previous file | Source/core/page/Navigator.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/Navigator.h
diff --git a/Source/core/page/Navigator.h b/Source/core/page/Navigator.h
index 1f59a18035ac1353c02728f43bf8dfbd10be8451..3f417d7b09ddf264e8d3993b6e651dc48ac9b9a3 100644
--- a/Source/core/page/Navigator.h
+++ b/Source/core/page/Navigator.h
@@ -50,6 +50,10 @@ public:
bool cookieEnabled() const;
bool javaEnabled() const;
+ String productSub() const;
+ String vendor() const;
+ String vendorSub() const;
+
virtual String userAgent() const OVERRIDE;
// Relinquishes the storage lock, if one exists.
« no previous file with comments | « no previous file | Source/core/page/Navigator.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698