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

Unified Diff: chrome/browser/ui/tab_contents/tab_contents.h

Issue 10916348: Switch SSLTabHelper to use WebContentsUserData. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 3 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
Index: chrome/browser/ui/tab_contents/tab_contents.h
diff --git a/chrome/browser/ui/tab_contents/tab_contents.h b/chrome/browser/ui/tab_contents/tab_contents.h
index 9fb341ff43790eef8c9dc640f4edff226610886c..bc8414fb8c94c70a5dc94f4cfe699734d1df879e 100644
--- a/chrome/browser/ui/tab_contents/tab_contents.h
+++ b/chrome/browser/ui/tab_contents/tab_contents.h
@@ -52,7 +52,6 @@ class SadTabHelper;
class SearchEngineTabHelper;
class ShellWindow;
class TabAutofillManagerDelegate;
-class TabContentsSSLHelper;
class TabContentsTestHarness;
class TabSpecificContentSettings;
class TabStripModel;
@@ -267,8 +266,6 @@ class TabContents : public content::WebContentsObserver {
return search_tab_helper_.get();
}
- TabContentsSSLHelper* ssl_helper() { return ssl_helper_.get(); }
-
browser_sync::SyncedTabDelegate* synced_tab_delegate() {
return synced_tab_delegate_.get();
}
@@ -348,7 +345,6 @@ class TabContents : public content::WebContentsObserver {
scoped_ptr<SadTabHelper> sad_tab_helper_;
scoped_ptr<SearchEngineTabHelper> search_engine_tab_helper_;
scoped_ptr<chrome::search::SearchTabHelper> search_tab_helper_;
- scoped_ptr<TabContentsSSLHelper> ssl_helper_;
scoped_ptr<browser_sync::SyncedTabDelegate> synced_tab_delegate_;
// The TabSpecificContentSettings object is used to query the blocked content
« no previous file with comments | « chrome/browser/ui/gtk/ssl_client_certificate_selector.cc ('k') | chrome/browser/ui/tab_contents/tab_contents.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698