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

Unified Diff: components/favicon/core/favicon_driver.h

Issue 2732653002: Add favicon integration tests for FaviconDriverImpl (Closed)
Patch Set: Added verification of color Created 3 years, 10 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
« no previous file with comments | « components/favicon/core/BUILD.gn ('k') | components/favicon/core/favicon_driver_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/favicon/core/favicon_driver.h
diff --git a/components/favicon/core/favicon_driver.h b/components/favicon/core/favicon_driver.h
index 55c05c091f4e184fdba4ecf47243b60a4b7e0589..38714e85848598badf456f0433a7f1415acf4f9a 100644
--- a/components/favicon/core/favicon_driver.h
+++ b/components/favicon/core/favicon_driver.h
@@ -37,13 +37,6 @@ class FaviconDriver {
// should rarely happen.
virtual gfx::Image GetFavicon() const = 0;
- // Returns true if we have the favicon for the page.
- virtual bool FaviconIsValid() const = 0;
-
- // Returns the URL of the current page, if any. Returns an invalid URL
- // otherwise.
- virtual GURL GetActiveURL() = 0;
-
protected:
FaviconDriver();
virtual ~FaviconDriver();
« no previous file with comments | « components/favicon/core/BUILD.gn ('k') | components/favicon/core/favicon_driver_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698