Do not disable detached devtools.

This commit is contained in:
Cheng Zhao 2014-06-17 16:35:23 +08:00
parent 81eedd4faf
commit f4aadcbbfc
2 changed files with 0 additions and 19 deletions

View file

@ -242,9 +242,6 @@ class NativeWindow : public brightray::DefaultWebContentsDelegate,
const content::NotificationDetails& details) OVERRIDE;
// Implementations of brightray::InspectableWebContentsDelegate.
virtual bool DevToolsSetDockSide(const std::string& dock_side,
bool* succeed) OVERRIDE;
virtual bool DevToolsShow(std::string* dock_side) OVERRIDE;
virtual void DevToolsSaveToFile(const std::string& url,
const std::string& content,
bool save_as) OVERRIDE;