diff options
Diffstat (limited to 'chrome/renderer/searchbox/searchbox.h')
-rw-r--r-- | chrome/renderer/searchbox/searchbox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/renderer/searchbox/searchbox.h b/chrome/renderer/searchbox/searchbox.h index d610561..10b3b22 100644 --- a/chrome/renderer/searchbox/searchbox.h +++ b/chrome/renderer/searchbox/searchbox.h @@ -36,12 +36,12 @@ class SearchBox : public content::RenderViewObserver, int height, InstantSizeUnits units); - bool is_focused() const { return is_focused_; } const string16& query() const { return query_; } bool verbatim() const { return verbatim_; } size_t selection_start() const { return selection_start_; } size_t selection_end() const { return selection_end_; } int results_base() const { return results_base_; } + bool is_focused() const { return is_focused_; } bool active_tab_is_ntp() const { return active_tab_is_ntp_; } gfx::Rect GetRect(); |