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

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

Issue 19714004: Revert 213148 "Add asserts to TestingProfile::CreateHistoryServi..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 5 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
Index: trunk/src/chrome/test/base/testing_profile.h
===================================================================
--- trunk/src/chrome/test/base/testing_profile.h (revision 213150)
+++ trunk/src/chrome/test/base/testing_profile.h (working copy)
@@ -132,8 +132,8 @@
// deletes the directory containing the files used by HistoryService, this
// only matters if you're recreating the HistoryService. If |no_db| is true,
// the history backend will fail to initialize its database; this is useful
- // for testing error conditions. Returns true on success.
- bool CreateHistoryService(bool delete_file, bool no_db) WARN_UNUSED_RESULT;
+ // for testing error conditions.
+ void CreateHistoryService(bool delete_file, bool no_db);
// Shuts down and nulls out the reference to HistoryService.
void DestroyHistoryService();
« no previous file with comments | « trunk/src/chrome/browser/ui/toolbar/back_forward_menu_model_unittest.cc ('k') | trunk/src/chrome/test/base/testing_profile.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698