Commit 4d5291d7 authored by Alex Rudenko's avatar Alex Rudenko Committed by Commit Bot

Remove common.css resource from inspector overlay

common.css will be contained in the main resource after the following
frontend CL gets merged: crrev.com/c/2484719 so direct references
can be removed in the backend code.

Bug: 1139862
Change-Id: I756c8ba56368f27016453220610c98623a19f1b4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2484429
Commit-Queue: Alex Rudenko <alexrudenko@chromium.org>
Reviewed-by: default avatarSigurd Schneider <sigurds@chromium.org>
Reviewed-by: default avatarMathias Bynens <mathias@chromium.org>
Cr-Commit-Position: refs/heads/master@{#818809}
parent ea57b5a3
......@@ -1090,9 +1090,6 @@ void InspectorOverlayAgent::LoadOverlayPageResource() {
scoped_refptr<SharedBuffer> data = SharedBuffer::Create();
data->Append("<style>", static_cast<size_t>(7));
data->Append(UncompressResourceAsBinary(IDR_INSPECT_COMMON_CSS));
data->Append("</style>", static_cast<size_t>(8));
data->Append("<script>", static_cast<size_t>(8));
data->Append(UncompressResourceAsBinary(IDR_INSPECT_TOOL_MAIN_JS));
data->Append("</script>", static_cast<size_t>(9));
......
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