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

Unified Diff: chrome/browser/ui/webui/favicon_source.h

Issue 15388002: Supporting high dpi favicons in Instant Extended. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Refactoring after Kausalya's change Created 7 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/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..70ad08f2996531e75c1d498078c013e05a2abf46 100644
--- a/chrome/browser/ui/webui/favicon_source.h
+++ b/chrome/browser/ui/webui/favicon_source.h
@@ -117,8 +117,8 @@ 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.
+ // 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,

Powered by Google App Engine
This is Rietveld 408576698