Commit 7424a1b1 authored by jbroman's avatar jbroman Committed by Commit bot

Add PluginPlaceholderElement.js to Blink platform resources.

This prepares for the landing of
  https://codereview.chromium.org/522783002/

which now requires a three-sided change due to changes in how Blink accesses
private script resources.

Part 1: https://codereview.chromium.org/570863002/

BUG=364716

Review URL: https://codereview.chromium.org/556793006

Cr-Commit-Position: refs/heads/master@{#294884}
parent a656928e
......@@ -827,6 +827,8 @@ const DataResource kDataResources[] = {
ui::SCALE_FACTOR_NONE },
{ "HTMLMarqueeElement.js", IDR_PRIVATE_SCRIPT_HTMLMARQUEEELEMENT_JS,
ui::SCALE_FACTOR_NONE },
{ "PluginPlaceholderElement.js",
IDR_PRIVATE_SCRIPT_PLUGINPLACEHOLDERELEMENT_JS, ui::SCALE_FACTOR_NONE },
{ "PrivateScriptRunner.js", IDR_PRIVATE_SCRIPT_PRIVATESCRIPTRUNNER_JS,
ui::SCALE_FACTOR_NONE },
#ifdef IDR_PICKER_COMMON_JS
......
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