| Index: content/browser/mock_content_browser_client.h
|
| diff --git a/content/browser/mock_content_browser_client.h b/content/browser/mock_content_browser_client.h
|
| index 0742691d84fa562175cd4fe74f42ad51183ad41f..2bb7877df61162dc4e2e51be110c3a027f3fd172 100644
|
| --- a/content/browser/mock_content_browser_client.h
|
| +++ b/content/browser/mock_content_browser_client.h
|
| @@ -95,8 +95,9 @@ class MockContentBrowserClient : public ContentBrowserClient {
|
| int render_view_id) OVERRIDE;
|
| virtual WebKit::WebNotificationPresenter::Permission
|
| CheckDesktopNotificationPermission(
|
| - const GURL& source_url,
|
| - const content::ResourceContext& context) OVERRIDE;
|
| + const GURL& source_origin,
|
| + const content::ResourceContext& context,
|
| + int render_process_id) OVERRIDE;
|
| virtual void ShowDesktopNotification(
|
| const DesktopNotificationHostMsg_Show_Params& params,
|
| int render_process_id,
|
| @@ -107,9 +108,10 @@ class MockContentBrowserClient : public ContentBrowserClient {
|
| int render_view_id,
|
| int notification_id) OVERRIDE;
|
| virtual bool CanCreateWindow(
|
| - const GURL& source_url,
|
| + const GURL& source_origin,
|
| WindowContainerType container_type,
|
| - const content::ResourceContext& context) OVERRIDE;
|
| + const content::ResourceContext& context,
|
| + int render_process_id) OVERRIDE;
|
| virtual std::string GetWorkerProcessTitle(
|
| const GURL& url, const content::ResourceContext& context) OVERRIDE;
|
| virtual ResourceDispatcherHost* GetResourceDispatcherHost() OVERRIDE;
|
|
|