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

Unified Diff: content/public/renderer/browser_plugin_delegate.h

Issue 2616123002: Prefix BrowserPluginDelegate methods. (Closed)
Patch Set: Created 3 years, 11 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
« no previous file with comments | « no previous file | content/renderer/browser_plugin/browser_plugin.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/renderer/browser_plugin_delegate.h
diff --git a/content/public/renderer/browser_plugin_delegate.h b/content/public/renderer/browser_plugin_delegate.h
index 01687cd8b1ffe0546ac92f7b680dd709014dc532..d85d95dca96cfb71a1177fd1fcd1c3489c2752cb 100644
--- a/content/public/renderer/browser_plugin_delegate.h
+++ b/content/public/renderer/browser_plugin_delegate.h
@@ -30,10 +30,10 @@ class CONTENT_EXPORT BrowserPluginDelegate {
virtual void Ready() {}
// Called when plugin document has finished loading.
- virtual void DidFinishLoading() {}
+ virtual void PluginDidFinishLoading() {}
// Called when plugin document receives data.
- virtual void DidReceiveData(const char* data, int data_length) {}
+ virtual void PluginDidReceiveData(const char* data, int data_length) {}
// Sets the instance ID that idenfies the plugin within current render
// process.
« no previous file with comments | « no previous file | content/renderer/browser_plugin/browser_plugin.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698