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

Unified Diff: chrome/browser/sync/profile_sync_service_session_unittest.cc

Issue 11961030: [Sync] Make SESSIONS an implicit type (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments Created 7 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
Index: chrome/browser/sync/profile_sync_service_session_unittest.cc
diff --git a/chrome/browser/sync/profile_sync_service_session_unittest.cc b/chrome/browser/sync/profile_sync_service_session_unittest.cc
index 882c72697f8133b81c6eeb5d6e0416c1b017f3cf..5fb6c98156c6da4bbbf4577d8783743003bf67e0 100644
--- a/chrome/browser/sync/profile_sync_service_session_unittest.cc
+++ b/chrome/browser/sync/profile_sync_service_session_unittest.cc
@@ -416,6 +416,7 @@ TEST_F(ProfileSyncServiceSessionTest, WriteForeignSessionToNode) {
// Fill an instance of session specifics with a foreign session's data.
std::string tag = "tag1";
sync_pb::SessionSpecifics meta;
+ DCHECK(!meta.header().has_client_name());
BuildSessionSpecifics(tag, &meta);
SessionID::id_type tab_nums1[] = {5, 10, 13, 17};
std::vector<SessionID::id_type> tab_list1(

Powered by Google App Engine
This is Rietveld 408576698