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

Unified Diff: chrome/browser/ppapi_plugin_process_host.cc

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.cc
diff --git a/chrome/browser/ppapi_plugin_process_host.cc b/chrome/browser/ppapi_plugin_process_host.cc
index eda9847e47d674ef2b3b7f70821a4d8353d1abf0..c7fb178fc9cd7bbfbcb398f5d43f305f8aec5a86 100644
--- a/chrome/browser/ppapi_plugin_process_host.cc
+++ b/chrome/browser/ppapi_plugin_process_host.cc
@@ -63,6 +63,10 @@ void PpapiPluginProcessHost::Init(const FilePath& path,
cmd_line);
}
+bool PpapiPluginProcessHost::CanShutdown() {
+ return true;
+}
+
void PpapiPluginProcessHost::OnProcessLaunched() {
}

Powered by Google App Engine
This is Rietveld 408576698