Remove dead code

This commit is contained in:
Cheng Zhao 2015-09-06 11:13:41 +08:00
parent 512f89910d
commit 342e0c6cf7

View file

@ -24,10 +24,6 @@
class SkRegion;
namespace base {
class CommandLine;
}
namespace brightray {
class InspectableWebContents;
}
@ -187,9 +183,6 @@ class NativeWindow : public content::WebContentsObserver,
content::WebContents*,
const content::NativeWebKeyboardEvent& event) {}
// Called when renderer process is going to be started.
void AppendExtraCommandLineSwitches(base::CommandLine* command_line);
// Public API used by platform-dependent delegates and observers to send UI
// related notifications.
void NotifyWindowClosed();