Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4739)

Unified Diff: chrome/browser/extensions/chrome_content_browser_client_extensions_part.h

Issue 468033002: Remove worker process related codes from ContentBrowserClient. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/extensions/chrome_content_browser_client_extensions_part.h
diff --git a/chrome/browser/extensions/chrome_content_browser_client_extensions_part.h b/chrome/browser/extensions/chrome_content_browser_client_extensions_part.h
index 2c0a12f5521a4020ef436328362cd797195cefaa..2200a39bd2e21eaf2fd1e1f39dffe7773d58fe88 100644
--- a/chrome/browser/extensions/chrome_content_browser_client_extensions_part.h
+++ b/chrome/browser/extensions/chrome_content_browser_client_extensions_part.h
@@ -43,8 +43,6 @@ class ChromeContentBrowserClientExtensionsPart
content::ResourceContext* resource_context,
const GURL& current_url,
const GURL& new_url);
- static std::string GetWorkerProcessTitle(const GURL& url,
- content::ResourceContext* context);
// Similiar to ChromeContentBrowserClient::ShouldAllowOpenURL(), but the
// return value indicates whether to use |result| or not.
@@ -64,10 +62,6 @@ class ChromeContentBrowserClientExtensionsPart
content::SiteInstance* site_instance) OVERRIDE;
virtual void SiteInstanceDeleting(
content::SiteInstance* site_instance) OVERRIDE;
- virtual void WorkerProcessCreated(content::SiteInstance* site_instance,
- int worker_process_id) OVERRIDE;
- virtual void WorkerProcessTerminated(content::SiteInstance* site_instance,
- int worker_process_id) OVERRIDE;
virtual void OverrideWebkitPrefs(content::RenderViewHost* rvh,
const GURL& url,
content::WebPreferences* web_prefs) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698