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_ |
- |