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

Unified Diff: content/plugin/content_plugin_client.h

Issue 7274031: Wholesale move of debugger sources to content. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add OWNERS and DEPS. Created 9 years, 6 months 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: content/plugin/content_plugin_client.h
diff --git a/content/plugin/content_plugin_client.h b/content/plugin/content_plugin_client.h
index a8f3974ac824f96cb1f5da2d93431113818da2a5..e2640d90b6aed8b1fbb33a593488994c3f5a4fa1 100644
--- a/content/plugin/content_plugin_client.h
+++ b/content/plugin/content_plugin_client.h
@@ -15,7 +15,7 @@ namespace content {
class ContentPluginClient {
public:
// Notifies that a plugin process has started.
- virtual void PluginProcessStarted(const string16& plugin_name) {}
+ virtual void PluginProcessStarted(const string16& plugin_name) = 0;
};
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698