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. |