Remove dead code
authorCheng Zhao <zcbenz@gmail.com>
Sun, 6 Sep 2015 03:13:41 +0000 (11:13 +0800)
committerCheng Zhao <zcbenz@gmail.com>
Sun, 6 Sep 2015 03:13:41 +0000 (11:13 +0800)
atom/browser/native_window.h

index a10eda9..b89e2b5 100644 (file)
 
 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();