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

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: CL refacted. 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
« no previous file with comments | « no previous file | chrome/plugin/chrome_content_plugin_client.cc » ('j') | content/ppapi_plugin/ppapi_thread.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..3a9289a3d3ff6571c40ab1df63c9ada39d48f7e7 100644
--- a/chrome/plugin/chrome_content_plugin_client.h
+++ b/chrome/plugin/chrome_content_plugin_client.h
@@ -14,6 +14,8 @@ 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,
+ PluginLoadStatus status) OVERRIDE;
};
} // namespace chrome
« no previous file with comments | « no previous file | chrome/plugin/chrome_content_plugin_client.cc » ('j') | content/ppapi_plugin/ppapi_thread.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698