Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / components / bookmarks / browser / bookmark_index.h
index 7087ba3..6f6fd6e 100644 (file)
@@ -30,11 +30,8 @@ struct BookmarkMatch;
 // BookmarkNodes that contain that string in their title or URL.
 class BookmarkIndex {
  public:
-  // |index_urls| says whether URLs should be stored in the index in addition
-  // to bookmark titles.  |languages| used to help parse IDNs in URLs for the
-  // bookmark index.
+  // |languages| is used to help parse IDNs in URLs for the bookmark index.
   BookmarkIndex(BookmarkClient* client,
-                bool index_urls,
                 const std::string& languages);
   ~BookmarkIndex();
 
@@ -114,9 +111,6 @@ class BookmarkIndex {
   // Languages used to help parse IDNs in URLs for the bookmark index.
   const std::string languages_;
 
-  // True if URLs are stored in the index as well as bookmark titles.
-  const bool index_urls_;
-
   DISALLOW_COPY_AND_ASSIGN(BookmarkIndex);
 };