Commit 3346464e authored by eustas@chromium.org's avatar eustas@chromium.org

DevTools: add tooltip for Preserve Log.

BUG=353994

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

git-svn-id: svn://svn.chromium.org/blink/trunk@169557 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 0019c730
......@@ -650,6 +650,7 @@ WebInspector.NetworkLogView.prototype = {
this._largerRequestsButton.addEventListener("click", this._toggleLargerRequests, this);
this._preserveLogCheckbox = new WebInspector.StatusBarCheckbox(WebInspector.UIString("Preserve log"));
this._preserveLogCheckbox.element.title = WebInspector.UIString("Do not clear log on page reload / navigation.");
},
_loadEventFired: function(event)
......
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