| Index: third_party/WebKit/Source/core/frame/Navigator.h
|
| diff --git a/third_party/WebKit/Source/core/frame/Navigator.h b/third_party/WebKit/Source/core/frame/Navigator.h
|
| index 8b5a3164512e541090217f6bd2bcc776f0df19ea..65723f0cc491973bc96b892ab2982b795d5a93d4 100644
|
| --- a/third_party/WebKit/Source/core/frame/Navigator.h
|
| +++ b/third_party/WebKit/Source/core/frame/Navigator.h
|
| @@ -52,6 +52,8 @@ class CORE_EXPORT Navigator final : public GarbageCollected<Navigator>,
|
| // NavigatorCookies
|
| bool cookieEnabled() const;
|
|
|
| + bool webdriver() const;
|
| +
|
| String productSub() const;
|
| String vendor() const;
|
| String vendorSub() const;
|
|
|