From: Cheng Zhao Date: Sun, 6 Sep 2015 03:13:41 +0000 (+0800) Subject: Remove dead code X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=342e0c6cf716d6009eca0ba4da303acf6d18b59f;p=platform%2Fframework%2Fweb%2Fcrosswalk-tizen.git Remove dead code --- diff --git a/atom/browser/native_window.h b/atom/browser/native_window.h index a10eda9..b89e2b5 100644 --- a/atom/browser/native_window.h +++ b/atom/browser/native_window.h @@ -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();