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

Unified Diff: third_party/WebKit/Source/core/frame/Navigator.h

Issue 2747863005: Align IDL for navigator.cookieEnabled with spec (Closed)
Patch Set: Created 3 years, 9 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
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;
« no previous file with comments | « third_party/WebKit/Source/core/core_idl_files.gni ('k') | third_party/WebKit/Source/core/frame/Navigator.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698