| 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 34b7e5cb4e4dba7669f0c4f632ff7797d72b3ccc..d738620d7b9c7211adda4c160a51b0e58af49d79 100644
|
| --- a/third_party/WebKit/Source/core/frame/Navigator.h
|
| +++ b/third_party/WebKit/Source/core/frame/Navigator.h
|
| @@ -49,6 +49,7 @@ class CORE_EXPORT Navigator final : public GarbageCollected<Navigator>,
|
| public:
|
| static Navigator* create(LocalFrame* frame) { return new Navigator(frame); }
|
|
|
| + // NavigatorCookies
|
| bool cookieEnabled() const;
|
|
|
| String productSub() const;
|
|
|