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

Side by Side Diff: chrome/common/net/gaia/gaia_constants.cc

Issue 4121003: Implement device token fetcher (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: final feedback Created 10 years, 1 month 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 | Annotate | Revision Log
« no previous file with comments | « chrome/common/net/gaia/gaia_constants.h ('k') | chrome/common/notification_type.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 // 4 //
5 // Constants definitions 5 // Constants definitions
6 6
7 #include "chrome/common/net/gaia/gaia_constants.h" 7 #include "chrome/common/net/gaia/gaia_constants.h"
8 8
9 namespace GaiaConstants { 9 namespace GaiaConstants {
10 10
11 // Gaia uses this for accounting where login is coming from. 11 // Gaia uses this for accounting where login is coming from.
12 const char kChromeOSSource[] = "chromeos"; 12 const char kChromeOSSource[] = "chromeos";
13 const char kChromeSource[] = "ChromiumBrowser"; 13 const char kChromeSource[] = "ChromiumBrowser";
14 14
15 // Service name for Gaia Contacts API. API is used to get user's image. 15 // Service name for Gaia Contacts API. API is used to get user's image.
16 const char kContactsService[] = "cp"; 16 const char kContactsService[] = "cp";
17 // Service name for sync. 17 // Service name for sync.
18 const char kSyncService[] = "chromiumsync"; 18 const char kSyncService[] = "chromiumsync";
19 // Service name for XMPP Google Talk. 19 // Service name for XMPP Google Talk.
20 const char kTalkService[] = "talk"; 20 const char kTalkService[] = "talk";
21 // Service name for remoting. 21 // Service name for remoting.
22 const char kRemotingService[] = "chromoting"; 22 const char kRemotingService[] = "chromoting";
23 // Service name for cloud print. 23 // Service name for cloud print.
24 const char kCloudPrintService[] = "cloudprint"; 24 const char kCloudPrintService[] = "cloudprint";
25 // Service name for device management (cloud-based policy) server.
26 const char kDeviceManagementService[] = "mobilesync";
25 27
26 } // namespace GaiaConstants 28 } // namespace GaiaConstants
OLDNEW
« no previous file with comments | « chrome/common/net/gaia/gaia_constants.h ('k') | chrome/common/notification_type.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698