| Index: chrome/renderer/searchbox/searchbox.h
|
| diff --git a/chrome/renderer/searchbox/searchbox.h b/chrome/renderer/searchbox/searchbox.h
|
| index 997af8349df018d9c788025542111cc4d1d56099..019880efb9272aecfdf12165aed6b2ec6ea4ce65 100644
|
| --- a/chrome/renderer/searchbox/searchbox.h
|
| +++ b/chrome/renderer/searchbox/searchbox.h
|
| @@ -34,6 +34,9 @@ class SearchBox : public content::RenderViewObserver,
|
| // Sends ViewHostMsg_SetInstantPreviewHeight to the browser.
|
| void SetInstantPreviewHeight(int height, InstantSizeUnits units);
|
|
|
| + // Sends ViewHostMsg_SetHasCustomLogo to the browser.
|
| + void SetHasCustomLogo(bool has_logo);
|
| +
|
| bool is_focused() const { return is_focused_; }
|
| const string16& query() const { return query_; }
|
| bool verbatim() const { return verbatim_; }
|
|
|