Remove dead code
This commit is contained in:
parent
512f89910d
commit
342e0c6cf7
1 changed files with 0 additions and 7 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue