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

Unified Diff: chrome/browser/chrome_content_browser_client.h

Issue 7135003: Remove last extension dependencies from content. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: oops Created 9 years, 6 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/chrome_content_browser_client.h
diff --git a/chrome/browser/chrome_content_browser_client.h b/chrome/browser/chrome_content_browser_client.h
index 49e5ee303cb46509883ba12ab530331bdf94a8b1..c1a11d5b2c86956d03cf068123389b0fa56b664c 100644
--- a/chrome/browser/chrome_content_browser_client.h
+++ b/chrome/browser/chrome_content_browser_client.h
@@ -59,6 +59,12 @@ class ChromeContentBrowserClient : public content::ContentBrowserClient {
net::X509Certificate* cert,
int render_process_id,
int render_view_id) OVERRIDE;
+ virtual bool CheckBackgroundPermission(
+ const GURL& source_url, const content::ResourceContext& context) OVERRIDE;
+ virtual std::string GetProcessHostTitle(
+ const GURL& url, const content::ResourceContext& context) OVERRIDE;
+ virtual bool ShouldForceDownloadResource(
+ const GURL& url, const std::string& mime_type) 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;
« no previous file with comments | « no previous file | chrome/browser/chrome_content_browser_client.cc » ('j') | chrome/browser/chrome_content_browser_client.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698