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

Unified Diff: content/browser/content_browser_client.h

Issue 7066039: Remove dependency on PrefChangeRegistrar and renderer_preferences_util from content. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 7 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: content/browser/content_browser_client.h
===================================================================
--- content/browser/content_browser_client.h (revision 86494)
+++ content/browser/content_browser_client.h (working copy)
@@ -61,9 +61,6 @@
// SiteInstance.
virtual bool IsURLSameAsAnySiteInstance(const GURL& url);
- // See RenderViewHostDelegate's comment.
- virtual GURL GetAlternateErrorPageURL(const TabContents* tab);
-
// See CharacterEncoding's comment.
virtual std::string GetCanonicalEncodingNameByAliasName(
const std::string& alias_name);

Powered by Google App Engine
This is Rietveld 408576698