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

Unified Diff: components/bookmarks/browser/bookmark_node.h

Issue 1133463005: Update all bookmarks which use an icon URL when a favicon's bitmap is updated (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@startup_do_not_unexpire
Patch Set: Created 5 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: components/bookmarks/browser/bookmark_node.h
diff --git a/components/bookmarks/browser/bookmark_node.h b/components/bookmarks/browser/bookmark_node.h
index 3d24462a9befebc66ab10c928fbe4703f2552c65..351abf6a00853ee9fabe60bc55837565df645be3 100644
--- a/components/bookmarks/browser/bookmark_node.h
+++ b/components/bookmarks/browser/bookmark_node.h
@@ -122,9 +122,6 @@ class BookmarkNode : public ui::TreeNode<BookmarkNode> {
// A helper function to initialize various fields during construction.
void Initialize(int64 id);
- // Called when the favicon becomes invalid.
- void InvalidateFavicon();
-
// Sets the favicon's URL.
void set_icon_url(const GURL& icon_url) {
icon_url_ = icon_url;

Powered by Google App Engine
This is Rietveld 408576698