| Index: third_party/WebKit/Source/devtools/front_end/screencast/ScreencastView.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/screencast/ScreencastView.js b/third_party/WebKit/Source/devtools/front_end/screencast/ScreencastView.js
|
| index 5a3dc2e04f42fc48a44dcfd81f4f9c3eb250f79f..556456530a0b9aed80959d1a3c00303a124f6517 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/screencast/ScreencastView.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/screencast/ScreencastView.js
|
| @@ -708,8 +708,6 @@ WebInspector.ScreencastView.prototype = {
|
| _createNavigationBar: function()
|
| {
|
| this._navigationBar = this.element.createChild("div", "screencast-navigation");
|
| - if (Runtime.queryParam("hideNavigation"))
|
| - this._navigationBar.classList.add("hidden");
|
|
|
| this._navigationBack = this._navigationBar.createChild("button", "back");
|
| this._navigationBack.disabled = true;
|
|
|