Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(216)

Unified Diff: chrome/browser/blocked_popup_container.h

Issue 118480: GTK: Implement BlockedPopupContainerView for linux. (Closed)
Patch Set: Fix for the CreateBorderBin case. Created 11 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/string_util.cc ('k') | chrome/browser/blocked_popup_container.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « base/string_util.cc ('k') | chrome/browser/blocked_popup_container.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698