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

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

Issue 2314913003: Deprecate HOSTED_NOT_ALLOWED auth error (Closed)
Patch Set: Replace NUM_DEPRECATED_STATES with IsDeprecated() Created 4 years, 3 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/sync_ui_util_unittest.cc
diff --git a/chrome/browser/sync/sync_ui_util_unittest.cc b/chrome/browser/sync/sync_ui_util_unittest.cc
index 5c0ecf0d53d529e02b8deb9088085b2f62cd64a2..e3bee5c0b78cc014c8bf0864ae212c45a4b9b3c7 100644
--- a/chrome/browser/sync/sync_ui_util_unittest.cc
+++ b/chrome/browser/sync/sync_ui_util_unittest.cc
@@ -155,8 +155,7 @@ TEST_F(SyncUIUtilTest, AuthStateGlobalError) {
GoogleServiceAuthError::ACCOUNT_DISABLED,
GoogleServiceAuthError::SERVICE_UNAVAILABLE,
GoogleServiceAuthError::TWO_FACTOR,
- GoogleServiceAuthError::REQUEST_CANCELED,
- GoogleServiceAuthError::HOSTED_NOT_ALLOWED
+ GoogleServiceAuthError::REQUEST_CANCELED
};
for (size_t i = 0; i < arraysize(table); ++i) {

Powered by Google App Engine
This is Rietveld 408576698