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

Unified Diff: chrome/browser/value_store/value_store_frontend_unittest.cc

Issue 24021002: Propagate more information about ValueStore errors to callers, notably an (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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: chrome/browser/value_store/value_store_frontend_unittest.cc
diff --git a/chrome/browser/value_store/value_store_frontend_unittest.cc b/chrome/browser/value_store/value_store_frontend_unittest.cc
index 2eab715f1dbbf87ce93d8f727883660dd5bc9d39..f676be76d999812dd60064357226819accc97e82 100644
--- a/chrome/browser/value_store/value_store_frontend_unittest.cc
+++ b/chrome/browser/value_store/value_store_frontend_unittest.cc
@@ -14,8 +14,6 @@
using content::BrowserThread;
-// Test suite for CachingValueStore, using a test database with a few simple
-// entries.
class ValueStoreFrontendTest : public testing::Test {
public:
ValueStoreFrontendTest()
@@ -95,7 +93,7 @@ TEST_F(ValueStoreFrontendTest, ChangesPersistAfterReload) {
storage_->Remove("key2");
// Reload the DB and test our changes.
- ResetStorage();
+ //ResetStorage();
Matt Perry 2013/09/06 20:07:30 ?
not at google - send to devlin 2013/09/06 21:44:28 oh oops. Fixed.
scoped_ptr<base::Value> value;
{

Powered by Google App Engine
This is Rietveld 408576698