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

Unified Diff: chrome/browser/sync/sessions/session_state_unittest.cc

Issue 9323015: [Sync] - In about:sync page display if the first sync after restart has taken place or not. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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/sessions/session_state_unittest.cc
diff --git a/chrome/browser/sync/sessions/session_state_unittest.cc b/chrome/browser/sync/sessions/session_state_unittest.cc
index 3220dd1e733acdea1ea0079edad75ac30e6d084f..f3fd83f9ff42651c2651bfbadbc6a6cbde00529f 100644
--- a/chrome/browser/sync/sessions/session_state_unittest.cc
+++ b/chrome/browser/sync/sessions/session_state_unittest.cc
@@ -146,7 +146,6 @@ TEST_F(SessionStateTest, SyncSessionSnapshotToValue) {
SyncSessionSnapshot snapshot(syncer_status,
errors,
kNumServerChangesRemaining,
- kIsShareUsable,
initial_sync_ended,
download_progress_markers,
kHasMoreToSync,
@@ -166,7 +165,6 @@ TEST_F(SessionStateTest, SyncSessionSnapshotToValue) {
ExpectDictDictionaryValue(*expected_errors_value, *value, "errors");
ExpectDictIntegerValue(kNumServerChangesRemaining, *value,
"numServerChangesRemaining");
- ExpectDictBooleanValue(kIsShareUsable, *value, "isShareUsable");
ExpectDictListValue(*expected_initial_sync_ended_value, *value,
"initialSyncEnded");
ExpectDictDictionaryValue(*expected_download_progress_markers_value,

Powered by Google App Engine
This is Rietveld 408576698