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

Unified Diff: chrome/browser/ui/webui/sync_internals_browsertest.js

Issue 763673002: Replace direct access to kGoogleServicesUsername with calls to SigninManager. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 6 years 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/ui/webui/sync_internals_browsertest.js
diff --git a/chrome/browser/ui/webui/sync_internals_browsertest.js b/chrome/browser/ui/webui/sync_internals_browsertest.js
index 3bd6a6317e8032b6d029199e99820d532157fbaa..c86a89dd97c9132547c3995d099654256db6b743 100644
--- a/chrome/browser/ui/webui/sync_internals_browsertest.js
+++ b/chrome/browser/ui/webui/sync_internals_browsertest.js
@@ -231,7 +231,9 @@ NETWORK_EVENT_DETAILS_2 = {
TEST_F('SyncInternalsWebUITest', 'Uninitialized', function() {
assertNotEquals(null, chrome.sync.aboutInfo);
- expectTrue(this.hasInDetails(true, 'Username', ''));
+ // TODO(rogerta): re-enable this test on non-cros platforms. On cros, the
Nicolas Zea 2014/12/04 17:57:39 Were you planning to conditionally disable this as
Roger Tawa OOO till Jul 10th 2014/12/04 22:26:47 Right, I want fix this TODO before commit. Here i
+ // user is always signed in.
+ //expectTrue(this.hasInDetails(true, 'Username', ''));
expectTrue(this.hasInDetails(false, 'Summary', 'Uninitialized'));
});

Powered by Google App Engine
This is Rietveld 408576698