Commit bb8b1861 authored by kouhei's avatar kouhei Committed by Commit bot

Remove unused enum DisallowScriptingContent

Follow-up to https://chromium.googlesource.com/chromium/src/+/3854a2102cfd8a10f28cf5123f593b87aaac3af0

BUG=None

Review-Url: https://codereview.chromium.org/2134043002
Cr-Commit-Position: refs/heads/master@{#404612}
parent 8036fd1c
...@@ -30,7 +30,6 @@ namespace blink { ...@@ -30,7 +30,6 @@ namespace blink {
enum ParserContentPolicy { enum ParserContentPolicy {
DisallowScriptingAndPluginContent, DisallowScriptingAndPluginContent,
DisallowScriptingContent,
AllowScriptingContent, AllowScriptingContent,
AllowScriptingContentAndDoNotMarkAlreadyStarted, AllowScriptingContentAndDoNotMarkAlreadyStarted,
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment