summaryrefslogtreecommitdiffstats
path: root/chrome/test/testing_profile.h
diff options
context:
space:
mode:
authorakalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-29 20:00:42 +0000
committerakalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-29 20:00:42 +0000
commit3c89990031ca3004854c3a0460be8357bb077665 (patch)
tree2da718a4055de4a17b99b94160c76b09ae14c6e6 /chrome/test/testing_profile.h
parent3d3afbf1a7c0a1b890a5f34b65d7ca5ccc0e19dc (diff)
downloadchromium_src-3c89990031ca3004854c3a0460be8357bb077665.zip
chromium_src-3c89990031ca3004854c3a0460be8357bb077665.tar.gz
chromium_src-3c89990031ca3004854c3a0460be8357bb077665.tar.bz2
Remove unused has_history_service flag in TestingProfile
BUG= TEST= Review URL: http://codereview.chromium.org/6749031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79730 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/testing_profile.h')
-rw-r--r--chrome/test/testing_profile.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/chrome/test/testing_profile.h b/chrome/test/testing_profile.h
index 47056f5..7ac4651 100644
--- a/chrome/test/testing_profile.h
+++ b/chrome/test/testing_profile.h
@@ -155,9 +155,6 @@ class TestingProfile : public Profile {
virtual FaviconService* GetFaviconService(ServiceAccessType access);
virtual HistoryService* GetHistoryService(ServiceAccessType access);
virtual HistoryService* GetHistoryServiceWithoutCreating();
- void set_has_history_service(bool has_history_service) {
- has_history_service_ = has_history_service;
- }
// The CookieMonster will only be returned if a Context has been created. Do
// this by calling CreateRequestContext(). See the note at GetRequestContext
// for more information.
@@ -340,10 +337,6 @@ class TestingProfile : public Profile {
scoped_refptr<URLRequestContextGetter> request_context_;
scoped_refptr<URLRequestContextGetter> extensions_request_context_;
- // Do we have a history service? This defaults to the value of
- // history_service, but can be explicitly set.
- bool has_history_service_;
-
std::wstring id_;
bool incognito_;