Commit 6dfbf6f0 authored by Dan Beam's avatar Dan Beam Committed by Commit Bot

WebUI Dark Mode: remove load_time_data.js + strings.js from "not available in guest" UI

R=rbpotter@chromium.org
BUG=none

Change-Id: Ifff24ff52a6b4bf295b2a31b51bbe6fe27547d76
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1566284
Commit-Queue: Dan Beam <dbeam@chromium.org>
Commit-Queue: Rebekah Potter <rbpotter@chromium.org>
Auto-Submit: Dan Beam <dbeam@chromium.org>
Reviewed-by: default avatarRebekah Potter <rbpotter@chromium.org>
Cr-Commit-Position: refs/heads/master@{#650497}
parent 08e99954
......@@ -20,8 +20,6 @@
</head>
<body>
<h1>$i18n{pageHeading}</h1>
<link rel="import" href="chrome://resources/html/load_time_data.html">
<script src="strings.js"></script>
<link rel="import" href="chrome://resources/html/dark_mode.html">
</body>
</html>
......@@ -38,7 +38,6 @@ content::WebUIDataSource* CreateHTMLSource(Profile* profile,
source->AddString("pageHeading", page_heading);
source->SetDefaultResource(IDR_PAGE_NOT_AVAILABLE_FOR_GUEST_APP_HTML);
source->SetJsonPath("strings.js");
return source;
}
......
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