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

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

Issue 1157253009: Organize the tab helper file. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/tab_helpers.cc
diff --git a/chrome/browser/ui/tab_helpers.cc b/chrome/browser/ui/tab_helpers.cc
index 495f01074f744e324faa8eeadd23e8530b616aad..6bc2d071cb34a516bbaa4ccfa3321d6f4fd0236f 100644
--- a/chrome/browser/ui/tab_helpers.cc
+++ b/chrome/browser/ui/tab_helpers.cc
@@ -147,6 +147,7 @@ void TabHelpers::AttachTabHelpers(WebContents* web_contents) {
autofill::ChromeAutofillClient::FromWebContents(web_contents));
ChromeTranslateClient::CreateForWebContents(web_contents);
CoreTabHelper::CreateForWebContents(web_contents);
+ ExternalProtocolObserver::CreateForWebContents(web_contents);
favicon::CreateContentFaviconDriverForWebContents(web_contents);
FindTabHelper::CreateForWebContents(web_contents);
history::WebContentsTopSitesObserver::CreateForWebContents(
@@ -195,7 +196,6 @@ void TabHelpers::AttachTabHelpers(WebContents* web_contents) {
ThumbnailTabHelper::CreateForWebContents(web_contents);
web_modal::WebContentsModalDialogManager::CreateForWebContents(web_contents);
#endif
- ExternalProtocolObserver::CreateForWebContents(web_contents);
#if defined(OS_WIN)
MetroPinTabHelper::CreateForWebContents(web_contents);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698