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

Unified Diff: chrome/plugin/chrome_content_plugin_client.h

Issue 13548005: Add UMA reporting on failure to load ppapi plugins. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comments resolved Created 7 years, 8 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: chrome/plugin/chrome_content_plugin_client.h
diff --git a/chrome/plugin/chrome_content_plugin_client.h b/chrome/plugin/chrome_content_plugin_client.h
index 03921024a9529c57a0eb4e677d575f0b30aac127..1bf2c277df2bb53290b10878d7777d3dd737c696 100644
--- a/chrome/plugin/chrome_content_plugin_client.h
+++ b/chrome/plugin/chrome_content_plugin_client.h
@@ -14,6 +14,9 @@ class ChromeContentPluginClient : public content::ContentPluginClient {
public:
virtual void PreSandboxInitialization() OVERRIDE;
virtual void PluginProcessStarted(const string16& plugin_name) OVERRIDE;
+ virtual void PluginLoaded(const base::FilePath& plugin_path,
+ bool is_broker,
+ PluginLoadResult result) OVERRIDE;
};
} // namespace chrome

Powered by Google App Engine
This is Rietveld 408576698