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

Unified Diff: sync/test/fake_server/fake_server.h

Issue 833243007: Refactor FakeServer::CreateDefaultPermanentItems() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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 | « no previous file | sync/test/fake_server/fake_server.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/test/fake_server/fake_server.h
diff --git a/sync/test/fake_server/fake_server.h b/sync/test/fake_server/fake_server.h
index 338ce5a89935e6e89c1d8eeec7c4d8e3308b9730..83b38f5ed9e9dbce5ff0269a1f75783f187dbfee 100644
--- a/sync/test/fake_server/fake_server.h
+++ b/sync/test/fake_server/fake_server.h
@@ -121,6 +121,8 @@ class FakeServer {
const std::string& invalidator_client_id,
sync_pb::CommitResponse* response);
+ bool CreatePermanentBookmarkFolder(const char* server_tag, const char* name);
+
// Inserts the default permanent items in |entities_|.
bool CreateDefaultPermanentItems();
« no previous file with comments | « no previous file | sync/test/fake_server/fake_server.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698