summaryrefslogtreecommitdiffstats
path: root/chrome/browser/blocked_popup_container.h
diff options
context:
space:
mode:
authorerg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-10 23:54:20 +0000
committererg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-10 23:54:20 +0000
commitce494a316fe0f80de3271fe2710691f14a9c44e1 (patch)
tree085de99b28ea75b111271f7b874cbcbef34e4e34 /chrome/browser/blocked_popup_container.h
parentac577490a5c20950f63d655de37058dc41486e99 (diff)
downloadchromium_src-ce494a316fe0f80de3271fe2710691f14a9c44e1.zip
chromium_src-ce494a316fe0f80de3271fe2710691f14a9c44e1.tar.gz
chromium_src-ce494a316fe0f80de3271fe2710691f14a9c44e1.tar.bz2
GTK: Implement BlockedPopupContainerView for linux.
This doesn't have: - rounded corners - gradient background - animating in or out. - graphical polish but it is fucntionally complete. http://crbug.com/12843 Review URL: http://codereview.chromium.org/118480 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18113 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/blocked_popup_container.h')
-rw-r--r--chrome/browser/blocked_popup_container.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/blocked_popup_container.h b/chrome/browser/blocked_popup_container.h
index 66d298b..7833592 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;