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

Unified Diff: chrome/browser/chromeos/policy/wildcard_login_checker.cc

Issue 348403003: Reverting 267374 on 36 branch. (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1985/src/
Patch Set: Created 6 years, 6 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/chromeos/policy/wildcard_login_checker.cc
===================================================================
--- chrome/browser/chromeos/policy/wildcard_login_checker.cc (revision 280060)
+++ chrome/browser/chromeos/policy/wildcard_login_checker.cc (working copy)
@@ -18,7 +18,7 @@
// Presence of this key in the userinfo response indicates whether the user is
// on a hosted domain.
-const char kHostedDomainKey[] = "domain";
+const char kHostedDomainKey[] = "hd";
// UMA histogram names.
const char kUMADelayPolicyTokenFetch[] =

Powered by Google App Engine
This is Rietveld 408576698