| Index: chrome/browser/views/first_run_search_engine_view.h
|
| ===================================================================
|
| --- chrome/browser/views/first_run_search_engine_view.h (revision 57198)
|
| +++ chrome/browser/views/first_run_search_engine_view.h (working copy)
|
| @@ -103,6 +103,9 @@
|
| // Overridden from views::ButtonListener:
|
| virtual void ButtonPressed(views::Button* sender, const views::Event& event);
|
|
|
| + // Override from View so we can draw the gray background at dialog top.
|
| + virtual void Paint(gfx::Canvas* canvas);
|
| +
|
| // Overridden from TemplateURLModelObserver. When the search engines have
|
| // loaded from the profile, we can populate the logos in the dialog box
|
| // to present to the user.
|
|
|