Chromium Code Reviews| Index: chrome/browser/tab_contents/tab_contents.h |
| =================================================================== |
| --- chrome/browser/tab_contents/tab_contents.h (revision 20029) |
| +++ chrome/browser/tab_contents/tab_contents.h (working copy) |
| @@ -281,7 +281,7 @@ |
| virtual void DidBecomeSelected(); |
| // Invoked when the tab contents becomes hidden. |
| - // NOTE: If you override this, call the superclass version too! |
| + // NOTE: If you override \this, call the superclass version too! |
|
brettw
2009/07/07 20:01:50
Typo?
|
| virtual void WasHidden(); |
| // Activates this contents within its containing window, bringing that window |
| @@ -578,8 +578,9 @@ |
| friend class BlockedPopupContainerTest; |
| friend class BlockedPopupContainerControllerTest; |
| + FRIEND_TEST(BlockedPopupContainerTest, TestReposition); |
| + FRIEND_TEST(TabContentsTest, NoJSMessageOnInterstitials); |
| FRIEND_TEST(TabContentsTest, UpdateTitle); |
| - FRIEND_TEST(BlockedPopupContainerTest, TestReposition); |
| // Temporary until the view/contents separation is complete. |
| friend class TabContentsView; |