| Index: chrome/browser/blocked_popup_container.h
|
| diff --git a/chrome/browser/blocked_popup_container.h b/chrome/browser/blocked_popup_container.h
|
| index 66d298b1d79e1d0471434e592b37c1ad5abf1721..78335925c65965641f8dd257d64c366837355496 100644
|
| --- a/chrome/browser/blocked_popup_container.h
|
| +++ b/chrome/browser/blocked_popup_container.h
|
| @@ -119,7 +119,7 @@ class BlockedPopupContainer : public TabContentsDelegate,
|
| void RepositionBlockedPopupContainer();
|
|
|
| // Returns the TabContents for the blocked popup |index|.
|
| - TabContents* GetTabContentsAt(size_t index);
|
| + TabContents* GetTabContentsAt(size_t index) const;
|
|
|
| // Returns the names of hosts showing popups.
|
| std::vector<std::string> GetHosts() const;
|
|
|