Index: chrome/test/in_process_browser_test.h |
=================================================================== |
--- chrome/test/in_process_browser_test.h (revision 27591) |
+++ chrome/test/in_process_browser_test.h (working copy) |
@@ -45,6 +45,7 @@ |
// 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. |