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

Unified Diff: Source/core/dom/SandboxFlags.h

Issue 27073003: CSP Suborigins Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 6 years, 6 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/dom/SandboxFlags.h
diff --git a/Source/core/dom/SandboxFlags.h b/Source/core/dom/SandboxFlags.h
index 3e980d9d610e2adcc758586fe3e9f72568dd862f..0a95c85defa8537b07658f19e8689f19a78e4840 100644
--- a/Source/core/dom/SandboxFlags.h
+++ b/Source/core/dom/SandboxFlags.h
@@ -52,6 +52,8 @@ typedef int SandboxFlags;
SandboxFlags parseSandboxPolicy(const String& policy, String& invalidTokensErrorMessage);
+String parseSuboriginName(const String& policy, String& invalidTokensErrorMessage);
+
}
#endif

Powered by Google App Engine
This is Rietveld 408576698