Chromium Code Reviews| Index: chrome/renderer/searchbox/searchbox.h |
| diff --git a/chrome/renderer/searchbox/searchbox.h b/chrome/renderer/searchbox/searchbox.h |
| index 6c18729e8e9727b604c8c35b1b35ab4321fc06cf..ffc38b3150fcebf719778fa35f1ac16266b25de8 100644 |
| --- a/chrome/renderer/searchbox/searchbox.h |
| +++ b/chrome/renderer/searchbox/searchbox.h |
| @@ -39,6 +39,9 @@ class SearchBox : public content::RenderViewObserver, |
| // Sends ViewHostMsg_StopCapturingKeyStrokes to the browser. |
| void StopCapturingKeyStrokes(); |
| + // Send ChromeViewHostMsg_SearchBoxNavigate to the browser. |
|
samarth
2012/12/07 02:01:35
nit: Sends ViewHostMsg (or fix the other ViewHostM
Shishir
2012/12/10 20:40:39
Done.
|
| + void NavigateToURL(const GURL& url); |
| + |
| const string16& query() const { return query_; } |
| bool verbatim() const { return verbatim_; } |
| size_t selection_start() const { return selection_start_; } |