Index: content/shell/browser/layout_test/layout_test_content_browser_client.h |
diff --git a/content/shell/browser/layout_test/layout_test_content_browser_client.h b/content/shell/browser/layout_test/layout_test_content_browser_client.h |
index 54ac3c9fe1e7ca923b987a4763d201c5a0d11796..4c90211968c93307598d74f70988dc849966742a 100644 |
--- a/content/shell/browser/layout_test/layout_test_content_browser_client.h |
+++ b/content/shell/browser/layout_test/layout_test_content_browser_client.h |
@@ -37,6 +37,10 @@ class LayoutTestContentBrowserClient : public ShellContentBrowserClient { |
int child_process_id) override; |
BrowserMainParts* CreateBrowserMainParts( |
const MainFunctionParams& parameters) override; |
+ void GetTemporaryStorageConfiguration( |
+ BrowserContext* context, |
+ const base::FilePath& partition_path, bool is_incognito, |
+ const storage::TemporaryStorageConfigurationCallback& callback) override; |
PlatformNotificationService* GetPlatformNotificationService() override; |