From 0ae7d14ea97bdb4170948521144de57059eb4eeb Mon Sep 17 00:00:00 2001 From: "tim@chromium.org" Date: Tue, 16 Sep 2008 00:37:37 +0000 Subject: Remove registration step between NavigationController > Profile. No code path requires NavigationControllers to register themselves with a profile. We won't need this moving forward, either. Review URL: http://codereview.chromium.org/2869 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2254 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/test/testing_profile.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'chrome/test/testing_profile.h') diff --git a/chrome/test/testing_profile.h b/chrome/test/testing_profile.h index c1f1190..568369f 100644 --- a/chrome/test/testing_profile.h +++ b/chrome/test/testing_profile.h @@ -111,15 +111,6 @@ class TestingProfile : public Profile { } virtual void SetID(const std::wstring& id) { } - virtual void RegisterNavigationController( - NavigationController* controller) { - } - virtual void UnregisterNavigationController( - NavigationController* controller) { - } - virtual const ProfileControllerSet& GetNavigationControllers() { - return controllers_; - } virtual bool DidLastSessionExitCleanly() { return true; } @@ -160,7 +151,6 @@ class TestingProfile : public Profile { // to this. std::wstring path_; Time start_time_; - ProfileControllerSet controllers_; scoped_ptr prefs_; private: -- cgit v1.1