summaryrefslogtreecommitdiffstats
path: root/chrome/browser/bookmarks/bookmark_table_model.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/bookmarks/bookmark_table_model.h')
-rw-r--r--chrome/browser/bookmarks/bookmark_table_model.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/chrome/browser/bookmarks/bookmark_table_model.h b/chrome/browser/bookmarks/bookmark_table_model.h
index 7832f35..db7051f 100644
--- a/chrome/browser/bookmarks/bookmark_table_model.h
+++ b/chrome/browser/bookmarks/bookmark_table_model.h
@@ -24,13 +24,16 @@ class BookmarkTableModel : public views::TableModel,
public:
// Methods for creating the various BookmarkTableModels. Ownership passes
// to the caller.
+ // |languages| is the kAcceptLanguages value of the user preference. It is
+ // used to decode IDN.
static BookmarkTableModel* CreateRecentlyBookmarkedModel(
BookmarkModel* model);
static BookmarkTableModel* CreateBookmarkTableModelForFolder(
BookmarkModel* model, BookmarkNode* node);
static BookmarkTableModel* CreateSearchTableModel(
BookmarkModel* model,
- const std::wstring& text);
+ const std::wstring& text,
+ const std::wstring& languages);
explicit BookmarkTableModel(BookmarkModel* model);
virtual ~BookmarkTableModel();