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

Unified Diff: content/shell/shell.cc

Issue 10106022: TabContents -> WebContentsImpl, part 19. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 8 years, 8 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 | « content/shell/shell.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/shell.cc
diff --git a/content/shell/shell.cc b/content/shell/shell.cc
index 937637d7c505be67c541f7059efdce01c56bdc96..1f7b46e2918cfa8dce608f93bfd4603d35771363 100644
--- a/content/shell/shell.cc
+++ b/content/shell/shell.cc
@@ -152,8 +152,8 @@ void Shell::WebContentsCreated(WebContents* source_contents,
CreateShell(new_contents);
}
-void Shell::DidNavigateMainFramePostCommit(WebContents* tab) {
- PlatformSetAddressBarURL(tab->GetURL());
+void Shell::DidNavigateMainFramePostCommit(WebContents* web_contents) {
+ PlatformSetAddressBarURL(web_contents->GetURL());
}
JavaScriptDialogCreator* Shell::GetJavaScriptDialogCreator() {
« no previous file with comments | « content/shell/shell.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698