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

Unified Diff: sky/engine/platform/TestingPlatformSupport.cpp

Issue 889823002: Remove TRACE_EVENT indirection through blink::Platform (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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 | « sky/engine/platform/TestingPlatformSupport.h ('k') | sky/engine/platform/TracedValue.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/platform/TestingPlatformSupport.cpp
diff --git a/sky/engine/platform/TestingPlatformSupport.cpp b/sky/engine/platform/TestingPlatformSupport.cpp
index d16f3bbce3f8c6e19075236339b1707fb52364af..45a5c2be57e3bac9ebb18dc6d9f96f65af79d752 100644
--- a/sky/engine/platform/TestingPlatformSupport.cpp
+++ b/sky/engine/platform/TestingPlatformSupport.cpp
@@ -80,10 +80,4 @@ blink::WebDiscardableMemory* TestingPlatformSupport::allocateAndLockDiscardableM
return !m_config.hasDiscardableMemorySupport ? 0 : new TestingDiscardableMemory(bytes);
}
-const unsigned char* TestingPlatformSupport::getTraceCategoryEnabledFlag(const char* categoryName)
-{
- static const unsigned char tracingIsDisabled = 0;
- return &tracingIsDisabled;
-}
-
} // namespace blink
« no previous file with comments | « sky/engine/platform/TestingPlatformSupport.h ('k') | sky/engine/platform/TracedValue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698