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

Unified Diff: third_party/WebKit/Source/core/loader/EmptyClients.cpp

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/loader/EmptyClients.cpp
diff --git a/third_party/WebKit/Source/core/loader/EmptyClients.cpp b/third_party/WebKit/Source/core/loader/EmptyClients.cpp
index 1759fdc81c4914ca3f76e98ae6fe51e1b8ebbf4c..a41cc11479d3eac562ea87b072995b9bc19e4ef0 100644
--- a/third_party/WebKit/Source/core/loader/EmptyClients.cpp
+++ b/third_party/WebKit/Source/core/loader/EmptyClients.cpp
@@ -75,7 +75,7 @@ public:
void setFrameVisible(bool) override { }
WebTaskRunner* loadingTaskRunner() override;
WebTaskRunner* timerTaskRunner() override;
- void setFrameOrigin(const WebSecurityOrigin*) override { }
+ void setFrameOrigin(const WebSecurityOrigin&) override { }
};
WebTaskRunner* EmptyFrameScheduler::loadingTaskRunner()

Powered by Google App Engine
This is Rietveld 408576698