| Index: chrome/browser/tab_contents/tab_contents_view.h
|
| ===================================================================
|
| --- chrome/browser/tab_contents/tab_contents_view.h (revision 55530)
|
| +++ chrome/browser/tab_contents/tab_contents_view.h (working copy)
|
| @@ -187,6 +187,8 @@
|
| const gfx::Rect& initial_pos,
|
| bool user_gesture);
|
| virtual void ShowCreatedWidget(int route_id, const gfx::Rect& initial_pos);
|
| + virtual void Activate();
|
| + virtual void Deactivate();
|
|
|
| // The TabContents whose contents we display.
|
| TabContents* tab_contents_;
|
|
|