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

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

Issue 3152034: Remove wstrings in bookmarks, part 5. (Closed)
Patch Set: yet moar Created 10 years, 4 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 | « chrome/browser/bookmarks/bookmark_index_unittest.cc ('k') | chrome/browser/bookmarks/bookmark_model.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/bookmarks/bookmark_model.h
diff --git a/chrome/browser/bookmarks/bookmark_model.h b/chrome/browser/bookmarks/bookmark_model.h
index 63d12adac28d2d6a1d3aa41b5ffbe212a71969e2..8fcfb83e34c5dad8b5a643e3c3acd4eb1e8d4475 100644
--- a/chrome/browser/bookmarks/bookmark_model.h
+++ b/chrome/browser/bookmarks/bookmark_model.h
@@ -270,14 +270,7 @@ class BookmarkModel : public NotificationObserver, public BookmarkService {
int index,
const string16& title);
- // TODO(munjal): Remove wstring overload once all code is moved to string16.
// Adds a url at the specified position.
-#if !defined(WCHAR_T_IS_UTF16)
- const BookmarkNode* AddURL(const BookmarkNode* parent,
- int index,
- const std::wstring& title,
- const GURL& url);
-#endif
const BookmarkNode* AddURL(const BookmarkNode* parent,
int index,
const string16& title,
« no previous file with comments | « chrome/browser/bookmarks/bookmark_index_unittest.cc ('k') | chrome/browser/bookmarks/bookmark_model.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698