| 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 b0f0643756a9a985553afc68fcb69abd96b83d06..0ded4ce57123f437f98062b69a76f445b265495d 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
|
| @@ -36,6 +36,8 @@ class LayoutTestContentBrowserClient : public ShellContentBrowserClient {
|
| bool user_gesture,
|
| const base::Callback<void(bool)>& result_callback) override;
|
| PlatformNotificationService* GetPlatformNotificationService() override;
|
| + void GetAdditionalNavigatorConnectServices(
|
| + const scoped_refptr<NavigatorConnectContext>& context) override;
|
|
|
| private:
|
| scoped_ptr<LayoutTestNotificationManager> layout_test_notification_manager_;
|
|
|