| Index: chrome/browser/tab_contents/tab_contents.h
|
| ===================================================================
|
| --- chrome/browser/tab_contents/tab_contents.h (revision 17020)
|
| +++ chrome/browser/tab_contents/tab_contents.h (working copy)
|
| @@ -841,7 +841,7 @@
|
| virtual void OnDidGetApplicationInfo(
|
| int32 page_id,
|
| const webkit_glue::WebApplicationInfo& info);
|
| - virtual void OnEnterOrSpace();
|
| + virtual void OnUserGesture();
|
| virtual void OnFindReply(int request_id,
|
| int number_of_matches,
|
| const gfx::Rect& selection_rect,
|
|
|