Chromium Code Reviews| Index: chrome/browser/extensions/api/identity/web_auth_flow_unittest.cc |
| diff --git a/chrome/browser/extensions/api/identity/web_auth_flow_unittest.cc b/chrome/browser/extensions/api/identity/web_auth_flow_unittest.cc |
| index 11525476ac2a4709f34e4e14cbde5111a35bd3af..089ce17f9fdd42e80b43f28cc94d3c3c89b34d38 100644 |
| --- a/chrome/browser/extensions/api/identity/web_auth_flow_unittest.cc |
| +++ b/chrome/browser/extensions/api/identity/web_auth_flow_unittest.cc |
| @@ -69,10 +69,6 @@ class MockWebAuthFlow : public WebAuthFlow { |
| return window_; |
| } |
| - WebContents* contents() { |
| - return web_contents_; |
|
Roger Tawa OOO till Jul 10th
2012/06/01 13:56:42
Why is this change needed to fix the memory leak?
James Hawkins
2012/06/01 23:53:13
Didn't say it was. It's drive-by cleanup I saw wh
Roger Tawa OOO till Jul 10th
2012/06/04 14:50:40
OK, the CL description did not mention it included
|
| - } |
| - |
| WebContentsTester* contents_tester() { |
| return WebContentsTester::For(web_contents_); |
| } |