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

Side by Side Diff: chrome/common/net/gaia/signin.h

Issue 2124020: Remove signin and persist from gaia_authenticator. (Closed)
Patch Set: final upload Created 10 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 unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright (c) 2009 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #ifndef CHROME_COMMON_NET_GAIA_SIGNIN_H_
6 #define CHROME_COMMON_NET_GAIA_SIGNIN_H_
7
8 namespace gaia {
9 // This enumeration is here since we used to support hosted and non-hosted
10 // accounts, but now only the latter is supported.
11 enum SignIn {
12 // The account foo@domain is authenticated as a consumer account.
13 GMAIL_SIGNIN
14 };
15
16 } // namespace gaia
17 #endif // CHROME_COMMON_NET_GAIA_SIGNIN_H_
18
OLDNEW
« no previous file with comments | « chrome/common/net/gaia/gaia_authenticator_unittest.cc ('k') | chrome/service/cloud_print/cloud_print_proxy_backend.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698