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

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

Issue 1841653003: Drop |languages| from {Format,Elide}Url* and IDNToUnicode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix typo in elide_url.cc Created 4 years, 8 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/bookmarks/browser/bookmark_index.cc ('k') | components/bookmarks/browser/bookmark_model.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/bookmarks/browser/bookmark_model.h
diff --git a/components/bookmarks/browser/bookmark_model.h b/components/bookmarks/browser/bookmark_model.h
index a5138f218fe9971669f78ff6529aa5dd7b727d8f..089f95ddec6bd5deffc5783099c68e476e62252b 100644
--- a/components/bookmarks/browser/bookmark_model.h
+++ b/components/bookmarks/browser/bookmark_model.h
@@ -83,7 +83,6 @@ class BookmarkModel : public BookmarkUndoProvider,
// All load operations will be executed on |io_task_runner| and the completion
// callback will be called from |ui_task_runner|.
void Load(PrefService* pref_service,
- const std::string& accept_languages,
const base::FilePath& profile_path,
const scoped_refptr<base::SequencedTaskRunner>& io_task_runner,
const scoped_refptr<base::SequencedTaskRunner>& ui_task_runner);
@@ -416,8 +415,7 @@ class BookmarkModel : public BookmarkUndoProvider,
// Creates and returns a new BookmarkLoadDetails. It's up to the caller to
// delete the returned object.
- scoped_ptr<BookmarkLoadDetails> CreateLoadDetails(
- const std::string& accept_languages);
+ scoped_ptr<BookmarkLoadDetails> CreateLoadDetails();
BookmarkUndoDelegate* undo_delegate() const;
« no previous file with comments | « components/bookmarks/browser/bookmark_index.cc ('k') | components/bookmarks/browser/bookmark_model.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698