Commit 63b3fdd6 authored by Dmitry Gozman's avatar Dmitry Gozman Committed by Commit Bot

[DevTools] Remove OOPIF notice in Network Panel

We now fully support network from OOPIFs, so the notice
is not needed anymore.

Bug: 750901
Change-Id: If7bc2a291a35cbc9acc55c9248dd3a9f0efa994c
Reviewed-on: https://chromium-review.googlesource.com/887630Reviewed-by: default avatarAndrey Lushnikov <lushnikov@chromium.org>
Commit-Queue: Dmitry Gozman <dgozman@chromium.org>
Cr-Commit-Position: refs/heads/master@{#532222}
parent 69f0b0d2
...@@ -602,14 +602,6 @@ Network.NetworkLogView = class extends UI.VBox { ...@@ -602,14 +602,6 @@ Network.NetworkLogView = class extends UI.VBox {
hintText.createChild('br'); hintText.createChild('br');
hintText.appendChild( hintText.appendChild(
UI.formatLocalized('Perform a request or hit %s to record the reload.', [reloadShortcutNode])); UI.formatLocalized('Perform a request or hit %s to record the reload.', [reloadShortcutNode]));
// TODO(lukasza): https://crbug.com/750901: Remove the hint below once
// the --site-per-process trial is over (i.e. on or after 2017-10-23).
hintText.createChild('br');
hintText.appendChild(UI.formatLocalized(
'Note: some network activity from out-of-process iframes might be missing. ' +
'See http://crbug.com/750901#c4 for more details.',
[]));
} else { } else {
var recordNode = hintText.createChild('b'); var recordNode = hintText.createChild('b');
recordNode.textContent = UI.shortcutRegistry.shortcutTitleForAction('network.toggle-recording'); recordNode.textContent = UI.shortcutRegistry.shortcutTitleForAction('network.toggle-recording');
......
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