| 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.
|
|
|