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

Unified Diff: chrome/browser/bookmarks/bookmark_model.cc

Issue 10709: Fixes bug in adding bookmark groups. Adding wasn't setting the... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 12 years, 1 month 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/bookmarks/bookmark_model.cc
===================================================================
--- chrome/browser/bookmarks/bookmark_model.cc (revision 5350)
+++ chrome/browser/bookmarks/bookmark_model.cc (working copy)
@@ -340,6 +340,7 @@
}
BookmarkNode* new_node = new BookmarkNode(this, GURL());
+ new_node->date_group_modified_ = Time::Now();
new_node->SetTitle(title);
new_node->type_ = history::StarredEntry::USER_GROUP;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698