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

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

Issue 3024002: Add IssueAuthToken support to the TokenService. (Closed)
Patch Set: Code review fixes Created 10 years, 5 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
« no previous file with comments | « chrome/common/net/gaia/gaia_authenticator2_unittest.h ('k') | chrome/common/net/gaia/gaia_constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/net/gaia/gaia_constants.h
diff --git a/chrome/common/net/gaia/gaia_constants.h b/chrome/common/net/gaia/gaia_constants.h
new file mode 100644
index 0000000000000000000000000000000000000000..45ac3c80f7e668705a5d62a6663f16a555ec99bc
--- /dev/null
+++ b/chrome/common/net/gaia/gaia_constants.h
@@ -0,0 +1,23 @@
+// Copyright (c) 2010 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.
+//
+// Constants used by IssueAuthToken and ClientLogin
+
+#ifndef CHROME_COMMON_NET_GAIA_GAIA_CONSTANTS_H_
+#define CHROME_COMMON_NET_GAIA_GAIA_CONSTANTS_H_
+
+namespace GaiaConstants {
+
+// Gaia sources for accounting
+extern const char kChromeOSSource[];
+extern const char kChromeSource[];
+
+// Gaia services for requesting
+extern const char kContactsService[];
+extern const char kTalkService[];
+extern const char kSyncService[];
+
+} // namespace GaiaConstants
+
+#endif // CHROME_COMMON_NET_GAIA_GAIA_CONSTANTS_H_
« no previous file with comments | « chrome/common/net/gaia/gaia_authenticator2_unittest.h ('k') | chrome/common/net/gaia/gaia_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698