Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / ui / omnibox / omnibox_popup_model.h
index 1388654..dc5f734 100644 (file)
@@ -8,8 +8,8 @@
 #include "base/basictypes.h"
 #include "base/observer_list.h"
 #include "chrome/browser/autocomplete/autocomplete_controller.h"
-#include "chrome/browser/autocomplete/autocomplete_result.h"
 #include "chrome/browser/ui/omnibox/omnibox_edit_model.h"
+#include "components/omnibox/autocomplete_result.h"
 
 class OmniboxPopupModelObserver;
 class OmniboxPopupView;
@@ -99,6 +99,9 @@ class OmniboxPopupModel {
   // returns an empty Image.
   gfx::Image GetIconIfExtensionMatch(const AutocompleteMatch& match) const;
 
+  // Returns true if the destination URL of the match is bookmarked.
+  bool IsStarredMatch(const AutocompleteMatch& match) const;
+
   // The match the user has manually chosen, if any.
   const AutocompleteResult::Selection& manually_selected_match() const {
     return manually_selected_match_;