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

Unified Diff: chrome/test/live_sync/two_client_live_preferences_sync_test.cc

Issue 6740033: Fixing a failing test case. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 9 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/live_sync/two_client_live_preferences_sync_test.cc
diff --git a/chrome/test/live_sync/two_client_live_preferences_sync_test.cc b/chrome/test/live_sync/two_client_live_preferences_sync_test.cc
index b62663d29ecff1819ece1bda9ce95c3e75b5d03e..b252c51d8ba8503f8f724245cec26a5715ba1f37 100644
--- a/chrome/test/live_sync/two_client_live_preferences_sync_test.cc
+++ b/chrome/test/live_sync/two_client_live_preferences_sync_test.cc
@@ -792,7 +792,7 @@ IN_PROC_BROWSER_TEST_F(TwoClientLivePreferencesSyncTest, kEnableScreenLock) {
prefs::kEnableScreenLock);
GetVerifierPrefs()->SetBoolean(prefs::kEnableScreenLock,
new_kEnableScreenLock);
- GetPrefs(0)->SetBoolean(prefs::kTapToClickEnabled, new_kEnableScreenLock);
+ GetPrefs(0)->SetBoolean(prefs::kEnableScreenLock, new_kEnableScreenLock);
ASSERT_TRUE(GetClient(0)->AwaitMutualSyncCycleCompletion(GetClient(1)));
ASSERT_EQ(GetVerifierPrefs()->GetBoolean(prefs::kEnableScreenLock),
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698