| Index: chrome/common/net/gaia/gaia_constants.cc
|
| diff --git a/chrome/common/net/gaia/gaia_constants.cc b/chrome/common/net/gaia/gaia_constants.cc
|
| index 810055e08623659159a3bbdfcd4dae13fac0edf8..9c15908892131573332aedd92709804afacdb042 100644
|
| --- a/chrome/common/net/gaia/gaia_constants.cc
|
| +++ b/chrome/common/net/gaia/gaia_constants.cc
|
| @@ -22,5 +22,7 @@ const char kTalkService[] = "talk";
|
| const char kRemotingService[] = "chromoting";
|
| // Service name for cloud print.
|
| const char kCloudPrintService[] = "cloudprint";
|
| +// Service name for device management (cloud-based policy) server.
|
| +const char kDeviceManagementService[] = "mobilesync";
|
|
|
| } // namespace GaiaConstants
|
|
|