| Index: chrome/browser/blocked_popup_container.h
|
| ===================================================================
|
| --- chrome/browser/blocked_popup_container.h (revision 57104)
|
| +++ chrome/browser/blocked_popup_container.h (working copy)
|
| @@ -60,10 +60,8 @@
|
| const gfx::Rect& initial_position,
|
| bool user_gesture);
|
|
|
| - // Ignore activation/deactivation requests from the TabContents we're
|
| - // blocking.
|
| + // Ignore activation requests from the TabContents we're blocking.
|
| virtual void ActivateContents(TabContents* contents) {}
|
| - virtual void DeactivateContents(TabContents* contents) {}
|
|
|
| // Ignored; BlockedPopupContainer doesn't display a throbber.
|
| virtual void LoadingStateChanged(TabContents* source) {}
|
|
|