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

Unified Diff: cc/resource_provider.h

Issue 11363207: Remove crash instrumentation, since we haven't seen a crash in (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 | « cc/layer_tree_host.cc ('k') | cc/resource_provider.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/resource_provider.h
diff --git a/cc/resource_provider.h b/cc/resource_provider.h
index b7fbcda96e31603162d5a0728af3a93fa056f54f..e75cda6e56807310ae874131492fed7a03a04519 100644
--- a/cc/resource_provider.h
+++ b/cc/resource_provider.h
@@ -197,11 +197,6 @@ public:
DISALLOW_COPY_AND_ASSIGN(ScopedWriteLockSoftware);
};
- // Temporary functions for debugging crashes in issue 151428 in canary.
- // Do not use these!
- static void debugNotifyEnterZone(unsigned int index);
- static void debugNotifyLeaveZone();
-
private:
struct Resource {
Resource();
« no previous file with comments | « cc/layer_tree_host.cc ('k') | cc/resource_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698