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

Unified Diff: content/browser/ssl/ssl_error_handler.cc

Issue 8956050: Rename TabContents::controller() to GetController and put it into the WebContents interface. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years 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
Index: content/browser/ssl/ssl_error_handler.cc
===================================================================
--- content/browser/ssl/ssl_error_handler.cc (revision 115228)
+++ content/browser/ssl/ssl_error_handler.cc (working copy)
@@ -77,7 +77,7 @@
}
// Hand ourselves off to the SSLManager.
- manager_ = tab_contents->controller().ssl_manager();
+ manager_ = tab_contents->GetController().ssl_manager();
OnDispatched();
}
« no previous file with comments | « content/browser/speech/speech_input_browsertest.cc ('k') | content/browser/tab_contents/interstitial_page.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698