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

Unified Diff: sync/syncable/directory_backing_store.h

Issue 1100763002: Inject CanAddURLToHistory into TopSitesImpl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@prefs
Patch Set: Fix error introduced during rebase Created 5 years, 8 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 | « sync/internal_api/attachments/proto/BUILD.gn ('k') | sync/syncable/directory_backing_store_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/syncable/directory_backing_store.h
diff --git a/sync/syncable/directory_backing_store.h b/sync/syncable/directory_backing_store.h
index 6d6efd4c28404411c4a569fe584876b1d8c78f14..5e0c80bc4b9cd1d948ec9d7de24844969eea4f29 100644
--- a/sync/syncable/directory_backing_store.h
+++ b/sync/syncable/directory_backing_store.h
@@ -187,7 +187,10 @@ class SYNC_EXPORT_PRIVATE DirectoryBackingStore : public base::NonThreadSafe {
FRIEND_TEST_ALL_PREFIXES(DirectoryBackingStoreTest,
CatastrophicErrorHandler_KeptAcrossReset);
FRIEND_TEST_ALL_PREFIXES(DirectoryBackingStoreTest,
- CatastrophicErrorHandler_Invocation);
+ CatastrophicErrorHandler_InvocationDuringLoad);
+ FRIEND_TEST_ALL_PREFIXES(
+ DirectoryBackingStoreTest,
+ CatastrophicErrorHandler_InvocationDuringSaveChanges);
// Drop all tables in preparation for reinitialization.
void DropAllTables();
« no previous file with comments | « sync/internal_api/attachments/proto/BUILD.gn ('k') | sync/syncable/directory_backing_store_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698