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

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

Issue 1476953004: Consolidate functions for updating state after a security origin change. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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/LocalFrame.h
diff --git a/third_party/WebKit/Source/core/frame/LocalFrame.h b/third_party/WebKit/Source/core/frame/LocalFrame.h
index 6d72fb8996fc577c0ac894a980a0df93ebe4b084..22b29b599733238220cefbf967ba1dea64fe9e62 100644
--- a/third_party/WebKit/Source/core/frame/LocalFrame.h
+++ b/third_party/WebKit/Source/core/frame/LocalFrame.h
@@ -186,7 +186,8 @@ public:
// Returns the frame scheduler, creating one if needed.
WebFrameScheduler* frameScheduler();
- void updateFrameSecurityOrigin();
+
+ void updateSecurityOrigin(SecurityOrigin*);
bool isNavigationAllowed() const { return m_navigationDisableCount == 0; }

Powered by Google App Engine
This is Rietveld 408576698