Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1100)

Unified Diff: chrome/test/base/testing_profile.h

Issue 10872032: Revert 152946 - Replace HistoryQuickProvider protobuf-based caching with an SQLite-based database. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/chrome_notification_types.h ('k') | chrome/test/base/testing_profile.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/base/testing_profile.h
===================================================================
--- chrome/test/base/testing_profile.h (revision 152962)
+++ chrome/test/base/testing_profile.h (working copy)
@@ -37,8 +37,6 @@
class CommandLine;
class ExtensionSpecialStoragePolicy;
-class FaviconService;
-class HistoryService;
class HostContentSettingsMap;
class PrefService;
class ProfileDependencyManager;
@@ -141,12 +139,6 @@
// for testing error conditions.
void CreateHistoryService(bool delete_file, bool no_db);
- // Initializes the history service. If |no_db| is true, the history backend
- // will fail to initialize its database; this is useful for testing error
- // conditions. Returns true upon success.
- virtual bool InitHistoryService(HistoryService* history_service,
- bool no_db);
-
// Shuts down and nulls out the reference to HistoryService.
void DestroyHistoryService();
Property changes on: chrome/test/base/testing_profile.h
___________________________________________________________________
Deleted: svn:mergeinfo
« no previous file with comments | « chrome/common/chrome_notification_types.h ('k') | chrome/test/base/testing_profile.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698