| Index: chrome/common/cloud_print/cloud_print_constants.h
|
| diff --git a/chrome/common/cloud_print/cloud_print_constants.h b/chrome/common/cloud_print/cloud_print_constants.h
|
| index 0f5a582d3ca33519d3ee3e5ed63d741f3272222f..71811d3a0beb28c4ca8a015d99004147966bfe3d 100644
|
| --- a/chrome/common/cloud_print/cloud_print_constants.h
|
| +++ b/chrome/common/cloud_print/cloud_print_constants.h
|
| @@ -39,6 +39,7 @@ extern const char kZombiePrinterMessageId[];
|
| // Values in the respone JSON from the cloud print server.
|
| extern const char kSuccessValue[];
|
| extern const char kNameValue[];
|
| +extern const char kDisplayNameValue[];
|
| extern const char kIdValue[];
|
| extern const char kTicketUrlValue[];
|
| extern const char kFileUrlValue[];
|
| @@ -51,6 +52,8 @@ extern const char kXMPPJidValue[];
|
| extern const char kOAuthCodeValue[];
|
| extern const char kCreateTimeValue[];
|
| extern const char kPrinterTypeValue[];
|
| +extern const char kUserValue[];
|
| +extern const char kUsersValue[];
|
|
|
| // Printer tag names. Don't need prefixes. They will be added on submit.
|
| extern const char kChromeVersionTagName[];
|
|
|