X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fcontent%2Fshell%2Fbrowser%2Fwebkit_test_controller.h;h=925a20838fe8ecf694995d14a6ede22fc5f17594;hb=1afa4dd80ef85af7c90efaea6959db1d92330844;hp=e9773c603030c9572622d9d31f7b2db102ad9a01;hpb=90762837333c13ccf56f2ad88e4481fc71e8d281;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/content/shell/browser/webkit_test_controller.h b/src/content/shell/browser/webkit_test_controller.h index e9773c6..925a208 100644 --- a/src/content/shell/browser/webkit_test_controller.h +++ b/src/content/shell/browser/webkit_test_controller.h @@ -106,7 +106,7 @@ class WebKitTestController : public base::NonThreadSafe, static WebKitTestController* Get(); WebKitTestController(); - virtual ~WebKitTestController(); + ~WebKitTestController() override; // True if the controller is ready for testing. bool PrepareForLayoutTest(const GURL& test_url, @@ -132,20 +132,20 @@ class WebKitTestController : public base::NonThreadSafe, void DevToolsProcessCrashed(); // WebContentsObserver implementation. - virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE; - virtual void PluginCrashed(const base::FilePath& plugin_path, - base::ProcessId plugin_pid) OVERRIDE; - virtual void RenderViewCreated(RenderViewHost* render_view_host) OVERRIDE; - virtual void RenderProcessGone(base::TerminationStatus status) OVERRIDE; - virtual void WebContentsDestroyed() OVERRIDE; + bool OnMessageReceived(const IPC::Message& message) override; + void PluginCrashed(const base::FilePath& plugin_path, + base::ProcessId plugin_pid) override; + void RenderViewCreated(RenderViewHost* render_view_host) override; + void RenderProcessGone(base::TerminationStatus status) override; + void WebContentsDestroyed() override; // NotificationObserver implementation. - virtual void Observe(int type, - const NotificationSource& source, - const NotificationDetails& details) OVERRIDE; + void Observe(int type, + const NotificationSource& source, + const NotificationDetails& details) override; // GpuDataManagerObserver implementation. - virtual void OnGpuProcessCrashed(base::TerminationStatus exit_code) OVERRIDE; + void OnGpuProcessCrashed(base::TerminationStatus exit_code) override; private: enum TestPhase {