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

Unified Diff: ppapi/native_client/src/shared/ppapi_proxy/plugin_resource_tracker.h

Issue 8574027: Remove 1 exit time destructor from ppapi, and possibly fix a bug. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: revert gyp change Created 9 years, 1 month 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 | ppapi/native_client/src/shared/ppapi_proxy/plugin_resource_tracker.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/native_client/src/shared/ppapi_proxy/plugin_resource_tracker.h
diff --git a/ppapi/native_client/src/shared/ppapi_proxy/plugin_resource_tracker.h b/ppapi/native_client/src/shared/ppapi_proxy/plugin_resource_tracker.h
index 81c07e2accb85a190e146a141dcc0f7d7b4ad1bb..49289cfd22dec0dc778715a1c00e503fc2e8b286 100644
--- a/ppapi/native_client/src/shared/ppapi_proxy/plugin_resource_tracker.h
+++ b/ppapi/native_client/src/shared/ppapi_proxy/plugin_resource_tracker.h
@@ -25,10 +25,7 @@ class PluginResource;
class PluginResourceTracker {
public:
// Returns the pointer to the singleton object.
- static PluginResourceTracker* Get() {
- static PluginResourceTracker tracker;
- return &tracker;
- }
+ static PluginResourceTracker* Get();
// PP_Resources --------------------------------------------------------------
« no previous file with comments | « no previous file | ppapi/native_client/src/shared/ppapi_proxy/plugin_resource_tracker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698