Commit db8ffec4 authored by Joey Arhar's avatar Joey Arhar Committed by Commit Bot

[DevTools] Change "save as HAR" to "save all as HAR"

Bug: 888755
Change-Id: I428409372cf99d527db0da7771198cdd14cacea7
Reviewed-on: https://chromium-review.googlesource.com/c/1318181Reviewed-by: default avatarDmitry Gozman <dgozman@chromium.org>
Commit-Queue: Joey Arhar <jarhar@chromium.org>
Cr-Commit-Position: refs/heads/master@{#605532}
parent 51258edc
...@@ -1185,7 +1185,7 @@ Network.NetworkLogView = class extends UI.VBox { ...@@ -1185,7 +1185,7 @@ Network.NetworkLogView = class extends UI.VBox {
} }
footerSection.appendItem(Common.UIString('Copy all as HAR'), this._copyAll.bind(this)); footerSection.appendItem(Common.UIString('Copy all as HAR'), this._copyAll.bind(this));
contextMenu.saveSection().appendItem(Common.UIString('Save as HAR with content'), this._exportAll.bind(this)); contextMenu.saveSection().appendItem(Common.UIString('Save all as HAR with content'), this._exportAll.bind(this));
contextMenu.editSection().appendItem(Common.UIString('Clear browser cache'), this._clearBrowserCache.bind(this)); contextMenu.editSection().appendItem(Common.UIString('Clear browser cache'), this._clearBrowserCache.bind(this));
contextMenu.editSection().appendItem( contextMenu.editSection().appendItem(
......
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