Chromium Code Reviews| Index: chrome/test/base/testing_browser_process.h |
| diff --git a/chrome/test/base/testing_browser_process.h b/chrome/test/base/testing_browser_process.h |
| index 99e5dcfc6a33ac6cf6dc1189c5326ad54089693a..21cbbfc74fc335f7de01bb937adfe1aa9590ac61 100644 |
| --- a/chrome/test/base/testing_browser_process.h |
| +++ b/chrome/test/base/testing_browser_process.h |
| @@ -141,6 +141,8 @@ class TestingBrowserProcess : public BrowserProcess { |
| void SetRapporService(rappor::RapporService* rappor_service); |
| void ShutdownBrowserPolicyConnector(); |
| + int GetModuleRefCount() const; |
|
sky
2016/03/10 04:18:20
nit: inline this and return same type as member.
dgn
2016/03/10 18:31:51
Done.
|
| + |
| private: |
| // See CreateInstance() and DestoryInstance() above. |
| TestingBrowserProcess(); |