| Index: Source/devtools/front_end/devtools.js
|
| diff --git a/Source/devtools/front_end/devtools.js b/Source/devtools/front_end/devtools.js
|
| index 5f0227958822f59879cca45598cb8813900406dd..52107f7d06440a1f4bd4f058c205754e6574b0ee 100644
|
| --- a/Source/devtools/front_end/devtools.js
|
| +++ b/Source/devtools/front_end/devtools.js
|
| @@ -245,15 +245,6 @@ DevToolsAPIImpl.prototype = {
|
| },
|
|
|
| /**
|
| - * @param {string} backgroundColor
|
| - * @param {string} color
|
| - */
|
| - setToolbarColors: function(backgroundColor, color)
|
| - {
|
| - this._dispatchOnInspectorFrontendAPI("setToolbarColors", [backgroundColor, color]);
|
| - },
|
| -
|
| - /**
|
| * @param {boolean} useSoftMenu
|
| */
|
| setUseSoftMenu: function(useSoftMenu)
|
|
|