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

Unified Diff: chrome/common/net/gaia/signin.h

Issue 2124020: Remove signin and persist from gaia_authenticator. (Closed)
Patch Set: final upload Created 10 years, 7 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/common/net/gaia/signin.h
diff --git a/chrome/common/net/gaia/signin.h b/chrome/common/net/gaia/signin.h
deleted file mode 100644
index 48f3654203b75821b8de0cefdaeff1d245f71ce2..0000000000000000000000000000000000000000
--- a/chrome/common/net/gaia/signin.h
+++ /dev/null
@@ -1,18 +0,0 @@
-// Copyright (c) 2009 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef CHROME_COMMON_NET_GAIA_SIGNIN_H_
-#define CHROME_COMMON_NET_GAIA_SIGNIN_H_
-
-namespace gaia {
-// This enumeration is here since we used to support hosted and non-hosted
-// accounts, but now only the latter is supported.
-enum SignIn {
- // The account foo@domain is authenticated as a consumer account.
- GMAIL_SIGNIN
-};
-
-} // namespace gaia
-#endif // CHROME_COMMON_NET_GAIA_SIGNIN_H_
-
« 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