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

Unified Diff: content/test/browser_test_base.h

Issue 10836116: Purge ImplementsThreadSafeReferenceCounting() from the codebase now that Task is dead. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 4 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/renderer/media/webrtc_audio_device_impl.h ('k') | gpu/command_buffer/client/share_group.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/browser_test_base.h
diff --git a/content/test/browser_test_base.h b/content/test/browser_test_base.h
index 300d7bf3ee8edf2263477c269c117bcbd4105cd4..430cccbe41077d6b722a5c338deae9e067ef2869 100644
--- a/content/test/browser_test_base.h
+++ b/content/test/browser_test_base.h
@@ -19,7 +19,6 @@ class BrowserTestBase : public testing::Test {
// We do this so we can be used in a Task.
void AddRef() {}
void Release() {}
- static bool ImplementsThreadSafeReferenceCounting() { return false; }
// Configures everything for an in process browser test, then invokes
// BrowserMain. BrowserMain ends up invoking RunTestOnMainThreadLoop.
« no previous file with comments | « content/renderer/media/webrtc_audio_device_impl.h ('k') | gpu/command_buffer/client/share_group.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698