| Index: chrome/browser/devtools/devtools_window.cc
 | 
| ===================================================================
 | 
| --- chrome/browser/devtools/devtools_window.cc	(revision 177212)
 | 
| +++ chrome/browser/devtools/devtools_window.cc	(working copy)
 | 
| @@ -193,8 +193,6 @@
 | 
|    // Create WebContents with devtools.
 | 
|    WebContents* web_contents =
 | 
|        WebContents::Create(WebContents::CreateParams(profile));
 | 
| -  web_contents->GetRenderViewHost()->AllowBindings(
 | 
| -      content::BINDINGS_POLICY_WEB_UI);
 | 
|    web_contents->GetController().LoadURL(
 | 
|        GetDevToolsUrl(profile, dock_side, shared_worker_frontend),
 | 
|        content::Referrer(),
 | 
| 
 |