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

Unified Diff: sky/engine/public/web/WebView.h

Issue 758233004: Remove SchemeRegistry and WebSecurityPolicy. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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
« no previous file with comments | « sky/engine/public/web/WebSecurityPolicy.h ('k') | sky/engine/web/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/public/web/WebView.h
diff --git a/sky/engine/public/web/WebView.h b/sky/engine/public/web/WebView.h
index 6925ed1e96d134b94f0b452b7a11c5777bcf2b16..93f57fbc128ec3f8ef21c459f37fffbe5b1c352b 100644
--- a/sky/engine/public/web/WebView.h
+++ b/sky/engine/public/web/WebView.h
@@ -105,9 +105,6 @@ public:
virtual bool isActive() const = 0;
virtual void setIsActive(bool) = 0;
- // Allows disabling domain relaxation.
- virtual void setDomainRelaxationForbidden(bool, const WebString& scheme) = 0;
-
// Frames --------------------------------------------------------------
virtual WebFrame* mainFrame() = 0;
« no previous file with comments | « sky/engine/public/web/WebSecurityPolicy.h ('k') | sky/engine/web/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698