Index: chrome/test/base/testing_browser_process.cc |
diff --git a/chrome/test/base/testing_browser_process.cc b/chrome/test/base/testing_browser_process.cc |
index a7c44afc61729173bd99866eff1b2f64f5e3191b..ee3313963da3682f0a1ad418f93e11440822c51b 100644 |
--- a/chrome/test/base/testing_browser_process.cc |
+++ b/chrome/test/base/testing_browser_process.cc |
@@ -389,6 +389,10 @@ memory::OomPriorityManager* TestingBrowserProcess::GetOomPriorityManager() { |
return nullptr; |
} |
+ShellIntegration::DefaultWebClientState |
+TestingBrowserProcess::CachedDefaultWebClientState() { |
+ return ShellIntegration::UNKNOWN_DEFAULT; |
+} |
void TestingBrowserProcess::SetSystemRequestContext( |
net::URLRequestContextGetter* context_getter) { |
system_request_context_ = context_getter; |