| 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 4773501ef018ad5016e801889f32dfae06ef6340..4de0a251a030e7b3fbcfa9a79b23fef44c69c784 100644
|
| --- a/chrome/test/base/testing_browser_process.h
|
| +++ b/chrome/test/base/testing_browser_process.h
|
| @@ -123,6 +123,8 @@ class TestingBrowserProcess : public BrowserProcess {
|
|
|
| gcm::GCMDriver* gcm_driver() override;
|
| memory::OomPriorityManager* GetOomPriorityManager() override;
|
| + ShellIntegration::DefaultWebClientState CachedDefaultWebClientState()
|
| + override;
|
|
|
| // Set the local state for tests. Consumer is responsible for cleaning it up
|
| // afterwards (using ScopedTestingLocalState, for example).
|
|
|