Index: chrome/browser/ui/webui/ntp/favicon_webui_handler.cc |
=================================================================== |
--- chrome/browser/ui/webui/ntp/favicon_webui_handler.cc (revision 98872) |
+++ chrome/browser/ui/webui/ntp/favicon_webui_handler.cc (working copy) |
@@ -29,9 +29,9 @@ |
void FaviconWebUIHandler::HandleGetFaviconDominantColor(const ListValue* args) { |
std::string path; |
CHECK(args->GetString(0, &path)); |
- DCHECK(StartsWithASCII(path, "chrome://favicon/size/32/", false)) << |
+ DCHECK(StartsWithASCII(path, "chrome://favicon/size/16/", false)) << |
"path is " << path; |
- path = path.substr(arraysize("chrome://favicon/size/32/") - 1); |
+ path = path.substr(arraysize("chrome://favicon/size/16/") - 1); |
double id; |
CHECK(args->GetDouble(1, &id)); |