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

Unified Diff: chrome/browser/automation/testing_automation_provider.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 | « no previous file | chrome/browser/ui/browser.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/automation/testing_automation_provider.cc
diff --git a/chrome/browser/automation/testing_automation_provider.cc b/chrome/browser/automation/testing_automation_provider.cc
index eaaf5b320c9754541a8c63f7af0c292e8895cd76..d8106804bead74d03b136120cc7fd2492e3c0e04 100644
--- a/chrome/browser/automation/testing_automation_provider.cc
+++ b/chrome/browser/automation/testing_automation_provider.cc
@@ -568,7 +568,8 @@ void TestingAutomationProvider::ShowCollectedCookiesDialog(
NavigationController* controller = tab_tracker_->GetResource(handle);
TabContents* tab_contents = controller->tab_contents();
Browser* browser = Browser::GetBrowserForController(controller, NULL);
- browser->ShowCollectedCookiesDialog(tab_contents);
+ browser->ShowCollectedCookiesDialog(
+ TabContentsWrapper::GetCurrentWrapperForContents(tab_contents));
*success = true;
}
}
« no previous file with comments | « no previous file | chrome/browser/ui/browser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698