Index: chrome/browser/chrome_content_browser_client.h |
diff --git a/chrome/browser/chrome_content_browser_client.h b/chrome/browser/chrome_content_browser_client.h |
index 6021f4caa36956328d06bbc853844ae8fd8965fb..6cf1bc472aae19214be9d40d34897fffea41fd5f 100644 |
--- a/chrome/browser/chrome_content_browser_client.h |
+++ b/chrome/browser/chrome_content_browser_client.h |
@@ -77,6 +77,12 @@ class ChromeContentBrowserClient : public content::ContentBrowserClient { |
int render_process_id, |
int render_view_id, |
int notification_id) OVERRIDE; |
+ virtual bool CanCreateWindow( |
+ const GURL& source_url, |
+ WindowContainerType container_type, |
+ const content::ResourceContext& context) OVERRIDE; |
+ virtual std::string GetWorkerProcessTitle( |
+ const GURL& url, const content::ResourceContext& context) OVERRIDE; |
#if defined(OS_POSIX) && !defined(OS_MACOSX) |
// Can return an optional fd for crash handling, otherwise returns -1. |
virtual int GetCrashSignalFD(const std::string& process_type) OVERRIDE; |