| Index: content/public/browser/content_browser_client.h
|
| diff --git a/content/public/browser/content_browser_client.h b/content/public/browser/content_browser_client.h
|
| index 9c78311fa6956a0dbcb0cfa9406d6188eb967d0e..e5c99223b423b2828f9aeb0273994ea55b915090 100644
|
| --- a/content/public/browser/content_browser_client.h
|
| +++ b/content/public/browser/content_browser_client.h
|
| @@ -299,10 +299,6 @@ class CONTENT_EXPORT ContentBrowserClient {
|
| // current SiteInstance, if it does not yet have a site.
|
| virtual bool ShouldAssignSiteForURL(const GURL& url);
|
|
|
| - // See CharacterEncoding's comment.
|
| - virtual std::string GetCanonicalEncodingNameByAliasName(
|
| - const std::string& alias_name);
|
| -
|
| // Allows the embedder to pass extra command line flags.
|
| // switches::kProcessType will already be set at this point.
|
| virtual void AppendExtraCommandLineSwitches(base::CommandLine* command_line,
|
|
|