Index: components/favicon/content/content_favicon_driver.cc |
diff --git a/components/favicon/content/content_favicon_driver.cc b/components/favicon/content/content_favicon_driver.cc |
index 5d71df02da46474fa226b884d773367f998f5e66..8cf90669a7e1b6b01a7eb4195e86da9227e9e31f 100644 |
--- a/components/favicon/content/content_favicon_driver.cc |
+++ b/components/favicon/content/content_favicon_driver.cc |
@@ -113,10 +113,6 @@ GURL ContentFaviconDriver::GetActiveURL() { |
return entry ? entry->GetURL() : GURL(); |
} |
-bool ContentFaviconDriver::GetActiveFaviconValidity() { |
- return GetFaviconStatus().valid; |
-} |
- |
void ContentFaviconDriver::SetActiveFaviconValidity(bool valid) { |
GetFaviconStatus().valid = valid; |
} |