| 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 39316c322bee54b716ddf62f3a5bba1058931a69..0bffdafb7a01d13f51a7283d40e1478b542b7a5d 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,
|
|
|