| Index: third_party/WebKit/Source/devtools/front_end/ui/InspectorView.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/ui/InspectorView.js b/third_party/WebKit/Source/devtools/front_end/ui/InspectorView.js
|
| index 8f0533136042226c3766153b3e1ca9dadc15374b..5d2782129c514dccfe8c2366a65ff4fa17911085 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/ui/InspectorView.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/ui/InspectorView.js
|
| @@ -396,6 +396,14 @@ WebInspector.InspectorView.prototype = {
|
| },
|
|
|
| /**
|
| + * @return {boolean}
|
| + */
|
| + isDrawerMinimized: function()
|
| + {
|
| + return this._drawerSplitWidget.isSidebarMinimized();
|
| + },
|
| +
|
| + /**
|
| * @override
|
| * @return {!Element}
|
| */
|
|
|