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

Unified Diff: chrome/browser/ui/browser.cc

Issue 7831051: content: Move collected cookies constrained window to TabContentsWrapper. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Compile failures for everyone\! Created 9 years, 4 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 | « chrome/browser/ui/browser.h ('k') | chrome/browser/ui/browser_window.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/browser.cc
diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc
index 764c3b670f20a7b105427ec18172c7e5076c06bf..5b633cd80c4afaad83ba4ccd79967da1c0b8e35e 100644
--- a/chrome/browser/ui/browser.cc
+++ b/chrome/browser/ui/browser.cc
@@ -3708,8 +3708,8 @@ void Browser::ShowContentSettingsPage(ContentSettingsType content_type) {
ContentSettingsHandler::ContentSettingsTypeToGroupName(content_type));
}
-void Browser::ShowCollectedCookiesDialog(TabContents *tab_contents) {
- window()->ShowCollectedCookiesDialog(tab_contents);
+void Browser::ShowCollectedCookiesDialog(TabContentsWrapper* wrapper) {
+ window()->ShowCollectedCookiesDialog(wrapper);
}
bool Browser::ShouldAddNavigationToHistory(
« no previous file with comments | « chrome/browser/ui/browser.h ('k') | chrome/browser/ui/browser_window.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698