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

Unified Diff: chrome/browser/ppapi_plugin_process_host.h

Issue 5841002: Finish deinlining virtual methods. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: revert parts of the balloon modifications 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: chrome/browser/ppapi_plugin_process_host.h
diff --git a/chrome/browser/ppapi_plugin_process_host.h b/chrome/browser/ppapi_plugin_process_host.h
index 905242d5879dac4b2203b23de784feea1f097d57..4041b431cc874ec3229a2dd7030da87ca8df8844 100644
--- a/chrome/browser/ppapi_plugin_process_host.h
+++ b/chrome/browser/ppapi_plugin_process_host.h
@@ -25,7 +25,7 @@ class PpapiPluginProcessHost : public BrowserChildProcessHost {
void Init(const FilePath& path, IPC::Message* reply_msg);
private:
- virtual bool CanShutdown() { return true; }
+ virtual bool CanShutdown();
virtual void OnProcessLaunched();
virtual URLRequestContext* GetRequestContext(
uint32 request_id,

Powered by Google App Engine
This is Rietveld 408576698