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

Unified Diff: content/ppapi_plugin/ppapi_thread.h

Issue 206713004: Report PPAPI plugin load error code to UMA. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: BASE_EXPORT Created 6 years, 9 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 | « content/common/plugin_list_posix.cc ('k') | content/ppapi_plugin/ppapi_thread.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/ppapi_plugin/ppapi_thread.h
diff --git a/content/ppapi_plugin/ppapi_thread.h b/content/ppapi_plugin/ppapi_thread.h
index faf85c7e3e35ed91956ee9d73cc8212315370421..9b4018905878e04ec38c042eb22a6cb6f4f46307 100644
--- a/content/ppapi_plugin/ppapi_thread.h
+++ b/content/ppapi_plugin/ppapi_thread.h
@@ -112,6 +112,10 @@ class PpapiThread : public ChildThread,
void ReportLoadResult(const base::FilePath& path, LoadResult result);
+ // Reports |error| to UMA when plugin load fails.
+ void ReportLoadErrorCode(const base::FilePath& path,
+ const base::NativeLibraryLoadError& error);
+
// True if running in a broker process rather than a normal plugin process.
bool is_broker_;
« no previous file with comments | « content/common/plugin_list_posix.cc ('k') | content/ppapi_plugin/ppapi_thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698