| Index: third_party/WebKit/Source/devtools/front_end/ui/Toolbar.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/ui/Toolbar.js b/third_party/WebKit/Source/devtools/front_end/ui/Toolbar.js
|
| index a2e3af24b7a158daaaee582d4385fa041fe45fcf..dcf3b5c47900ea2b8f5b950a659e84951a7a55d1 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/ui/Toolbar.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/ui/Toolbar.js
|
| @@ -73,6 +73,11 @@ WebInspector.Toolbar.prototype = {
|
| this._contentElement.classList.add("toolbar-toggled-gray");
|
| },
|
|
|
| + renderAsLinks: function()
|
| + {
|
| + this._contentElement.classList.add("toolbar-render-as-links");
|
| + },
|
| +
|
| /**
|
| * @param {boolean} enabled
|
| */
|
|
|