diff options
author | abarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-15 04:08:24 +0000 |
---|---|---|
committer | abarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-15 04:08:24 +0000 |
commit | 5d063840bdb2c53dc013e2bad48d76cb43ac89a5 (patch) | |
tree | 9dcfc89734943ba273eee63ee2895740c7a3b3c5 /chrome/browser/ssl/ssl_error_handler.h | |
parent | fddf0d42dc3c82d8e8b7a780eb1483723d0915fc (diff) | |
download | chromium_src-5d063840bdb2c53dc013e2bad48d76cb43ac89a5.zip chromium_src-5d063840bdb2c53dc013e2bad48d76cb43ac89a5.tar.gz chromium_src-5d063840bdb2c53dc013e2bad48d76cb43ac89a5.tar.bz2 |
Finish refactoring to make SSLPolicy and friends unit testable. Next stop: tests!
TBR=jcampan
BUG=http://crbug.com/8782
Review URL: http://codereview.chromium.org/115389
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16145 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/ssl/ssl_error_handler.h')
-rw-r--r-- | chrome/browser/ssl/ssl_error_handler.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/browser/ssl/ssl_error_handler.h b/chrome/browser/ssl/ssl_error_handler.h index c891f79..06b524a 100644 --- a/chrome/browser/ssl/ssl_error_handler.h +++ b/chrome/browser/ssl/ssl_error_handler.h @@ -58,9 +58,6 @@ class SSLErrorHandler : public base::RefCountedThreadSafe<SSLErrorHandler> { // Available on either thread. const std::string& main_frame_origin() const { return main_frame_origin_; } - // Call on the UI thread. - SSLPolicyBackend* backend() const { return manager_->backend(); } - // Returns the TabContents this object is associated with. Should be // called from the UI thread. TabContents* GetTabContents(); |