| Index: chrome/browser/ui/webui/favicon_source.h
|
| diff --git a/chrome/browser/ui/webui/favicon_source.h b/chrome/browser/ui/webui/favicon_source.h
|
| index b880374cb704bc9d6622152f41fd2b497628072d..1320317389645efb50201b2424ae49af73a806fb 100644
|
| --- a/chrome/browser/ui/webui/favicon_source.h
|
| +++ b/chrome/browser/ui/webui/favicon_source.h
|
| @@ -117,14 +117,6 @@ class FaviconSource : public content::URLDataSource {
|
| NUM_SIZES
|
| };
|
|
|
| - // Parses |path|, which should be in the format described at the top of the
|
| - // file. Returns true if |path| could be parsed.
|
| - bool ParsePath(const std::string& path,
|
| - bool* is_icon_url,
|
| - GURL* url,
|
| - int* size_in_dip,
|
| - ui::ScaleFactor* scale_factor) const;
|
| -
|
| // Called when favicon data is available from the history backend.
|
| void OnFaviconDataAvailable(
|
| const IconRequest& request,
|
|
|