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

Unified Diff: third_party/WebKit/Source/core/dom/DocumentInit.h

Issue 1738613002: Rename enums/functions that collide in chromium style in core/dom/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@get-names-3
Patch Set: get-names-4: Created 4 years, 10 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/dom/DocumentInit.h
diff --git a/third_party/WebKit/Source/core/dom/DocumentInit.h b/third_party/WebKit/Source/core/dom/DocumentInit.h
index 4b3437bfd73a258ff7e61da35dc0370be4b7e702..f166738c8fb0493770350150918ec4490433fae6 100644
--- a/third_party/WebKit/Source/core/dom/DocumentInit.h
+++ b/third_party/WebKit/Source/core/dom/DocumentInit.h
@@ -61,10 +61,10 @@ public:
bool shouldSetURL() const;
bool isSeamlessAllowedFor(Document* child) const;
bool shouldReuseDefaultView() const { return m_shouldReuseDefaultView; }
- SandboxFlags sandboxFlags() const;
+ SandboxFlags getSandboxFlags() const;
bool shouldEnforceStrictMixedContentChecking() const;
bool isHostedInReservedIPRange() const;
- SecurityContext::InsecureRequestsPolicy insecureRequestsPolicy() const;
+ SecurityContext::InsecureRequestsPolicy getInsecureRequestsPolicy() const;
SecurityContext::InsecureNavigationsSet* insecureNavigationsToUpgrade() const;
Document* parent() const { return m_parent.get(); }

Powered by Google App Engine
This is Rietveld 408576698