Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(162)

Unified Diff: ppapi/proxy/plugin_dispatcher.h

Issue 5574006: Start deinlining non-empty virtual methods. (This will be automatically checked (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ppapi/proxy/plugin_dispatcher.h
diff --git a/ppapi/proxy/plugin_dispatcher.h b/ppapi/proxy/plugin_dispatcher.h
index 8c75d33ac02d9b7c4cc01f96f4d2f82f84a8732b..5b8ffb7b060709bb27c8e64ac8dea8eaa544026c 100644
--- a/ppapi/proxy/plugin_dispatcher.h
+++ b/ppapi/proxy/plugin_dispatcher.h
@@ -43,7 +43,7 @@ class PluginDispatcher : public Dispatcher {
static void SetGlobal(PluginDispatcher* dispatcher);
// Dispatcher overrides.
- virtual bool IsPlugin() const { return true; }
+ virtual bool IsPlugin() const;
// IPC::Channel::Listener implementation.
virtual void OnMessageReceived(const IPC::Message& msg);

Powered by Google App Engine
This is Rietveld 408576698