X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fcontent%2Fbrowser%2Fplugin_loader_posix.h;h=5b1580c17fa0e968b0feda0cdeb5099c11150fea;hb=1afa4dd80ef85af7c90efaea6959db1d92330844;hp=42c6437bde24841e26b309e2f90b89b1515ca75c;hpb=90762837333c13ccf56f2ad88e4481fc71e8d281;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/content/browser/plugin_loader_posix.h b/src/content/browser/plugin_loader_posix.h index 42c6437..5b1580c 100644 --- a/src/content/browser/plugin_loader_posix.h +++ b/src/content/browser/plugin_loader_posix.h @@ -55,14 +55,14 @@ class CONTENT_EXPORT PluginLoaderPosix void GetPlugins(const PluginService::GetPluginsCallback& callback); // UtilityProcessHostClient: - virtual void OnProcessCrashed(int exit_code) OVERRIDE; - virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE; + void OnProcessCrashed(int exit_code) override; + bool OnMessageReceived(const IPC::Message& message) override; // IPC::Sender: - virtual bool Send(IPC::Message* msg) OVERRIDE; + bool Send(IPC::Message* msg) override; private: - virtual ~PluginLoaderPosix(); + ~PluginLoaderPosix() override; // Called on the FILE thread to get the list of plugin paths to probe. void GetPluginsToLoad();