| Index: chrome_frame/test/url_request_test.cc
|
| diff --git a/chrome_frame/test/url_request_test.cc b/chrome_frame/test/url_request_test.cc
|
| index 15037d82ce91036fe6249381d78aec60e37d3d6f..69525952b163b784ce6352d2ddd26fe2c81e2a57 100644
|
| --- a/chrome_frame/test/url_request_test.cc
|
| +++ b/chrome_frame/test/url_request_test.cc
|
| @@ -49,10 +49,6 @@ class MockUrlDelegate : public PluginUrlRequestDelegate {
|
| MOCK_METHOD4(OnCookiesRetrieved, void(bool success, const GURL& url,
|
| const std::string& cookie, int cookie_id));
|
|
|
| - static bool ImplementsThreadSafeReferenceCounting() {
|
| - return false;
|
| - }
|
| -
|
| void PostponeReadRequest(chrome_frame_test::TimedMsgLoop* loop,
|
| UrlmonUrlRequest* request, int bytes_to_read) {
|
| loop->PostTask(FROM_HERE,
|
|
|