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;
|
class SkRegion;
|
||||||
|
|
||||||
namespace base {
|
|
||||||
class CommandLine;
|
|
||||||
}
|
|
||||||
|
|
||||||
namespace brightray {
|
namespace brightray {
|
||||||
class InspectableWebContents;
|
class InspectableWebContents;
|
||||||
}
|
}
|
||||||
|
@ -187,9 +183,6 @@ class NativeWindow : public content::WebContentsObserver,
|
||||||
content::WebContents*,
|
content::WebContents*,
|
||||||
const content::NativeWebKeyboardEvent& event) {}
|
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
|
// Public API used by platform-dependent delegates and observers to send UI
|
||||||
// related notifications.
|
// related notifications.
|
||||||
void NotifyWindowClosed();
|
void NotifyWindowClosed();
|
||||||
|
|
Loading…
Add table
Reference in a new issue