diff options
author | tim@chromium.org <tim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-09-16 00:37:37 +0000 |
---|---|---|
committer | tim@chromium.org <tim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-09-16 00:37:37 +0000 |
commit | 0ae7d14ea97bdb4170948521144de57059eb4eeb (patch) | |
tree | be76ed4549502f6ac6c4761a4e6e0420649fa94b /chrome/test/testing_profile.h | |
parent | a6e14c9c3c2af6b0a541c9399a984bdf1c4398ad (diff) | |
download | chromium_src-0ae7d14ea97bdb4170948521144de57059eb4eeb.zip chromium_src-0ae7d14ea97bdb4170948521144de57059eb4eeb.tar.gz chromium_src-0ae7d14ea97bdb4170948521144de57059eb4eeb.tar.bz2 |
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
Diffstat (limited to 'chrome/test/testing_profile.h')
-rw-r--r-- | chrome/test/testing_profile.h | 10 |
1 files changed, 0 insertions, 10 deletions
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<PrefService> prefs_; private: |