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

Unified Diff: Source/core/frame/SettingsDelegate.h

Issue 392993005: Custom handlers should throw SecurityError exception if the URL's origin differs from the document'… (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: baseURL is not required anymore Created 6 years, 5 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: Source/core/frame/SettingsDelegate.h
diff --git a/Source/core/frame/SettingsDelegate.h b/Source/core/frame/SettingsDelegate.h
index 9624c6ccc03d9405b51e8c30685f9a12c0332f73..a321df6d8415f43c54d68b154e5df9634e3565f9 100644
--- a/Source/core/frame/SettingsDelegate.h
+++ b/Source/core/frame/SettingsDelegate.h
@@ -59,6 +59,7 @@ public:
ScriptEnableChange,
FontFamilyChange,
AcceleratedCompositingChange,
+ UniversalAccessFromFileURLsChange,
};
virtual void settingsChanged(ChangeType) = 0;

Powered by Google App Engine
This is Rietveld 408576698