diff options
author | sky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-13 21:51:45 +0000 |
---|---|---|
committer | sky@google.com <sky@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-13 21:51:45 +0000 |
commit | d2c017a6aad8fac222c9e7b891b7ffab51cb396e (patch) | |
tree | 7efcc41416d158e9a4abd3e6eeb4b0baf9f517c5 /chrome/test/testing_profile.cc | |
parent | 2364d40fd0483bb7250e36db041fe31ab4472e66 (diff) | |
download | chromium_src-d2c017a6aad8fac222c9e7b891b7ffab51cb396e.zip chromium_src-d2c017a6aad8fac222c9e7b891b7ffab51cb396e.tar.gz chromium_src-d2c017a6aad8fac222c9e7b891b7ffab51cb396e.tar.bz2 |
Tests for KeywordEditorView.
BUG=1324185
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@828 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/testing_profile.cc')
-rw-r--r-- | chrome/test/testing_profile.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/test/testing_profile.cc b/chrome/test/testing_profile.cc index c1c3fe8..d18a75d 100644 --- a/chrome/test/testing_profile.cc +++ b/chrome/test/testing_profile.cc @@ -71,3 +71,7 @@ void TestingProfile::DestroyHistoryService() { void TestingProfile::CreateBookmarkBarModel() { bookmark_bar_model_.reset(new BookmarkBarModel(this)); } + +void TestingProfile::CreateTemplateURLModel() { + template_url_model_.reset(new TemplateURLModel(this)); +} |