| Index: chrome/service/cloud_print/cloud_print_consts.h
|
| diff --git a/chrome/service/cloud_print/cloud_print_consts.h b/chrome/service/cloud_print/cloud_print_consts.h
|
| index 319e2f46bc8fd53e5cc25a01b4eb28fd19e32211..c8604485433cadc7d7be82895323b22159be5a91 100644
|
| --- a/chrome/service/cloud_print/cloud_print_consts.h
|
| +++ b/chrome/service/cloud_print/cloud_print_consts.h
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2012 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.
|
|
|
| @@ -20,8 +20,6 @@ extern const char kPrinterRemoveTagValue[];
|
| extern const char kMessageTextValue[];
|
|
|
| // Values in the respone JSON from the cloud print server
|
| -extern const char kPrinterListValue[];
|
| -extern const char kSuccessValue[];
|
| extern const char kNameValue[];
|
| extern const char kIdValue[];
|
| extern const char kTicketUrlValue[];
|
| @@ -41,7 +39,6 @@ extern const char kCloudPrintGaiaServiceId[];
|
| extern const char kSyncGaiaServiceId[];
|
| extern const char kProxyAuthUserAgent[];
|
| extern const char kCloudPrintPushNotificationsSource[];
|
| -extern const char kChromeCloudPrintProxyHeader[];
|
| extern const char kCloudPrintUserAgent[];
|
| extern const char kJobFetchReasonStartup[];
|
| extern const char kJobFetchReasonPoll[];
|
| @@ -53,7 +50,6 @@ extern const char kEnumPrintersFailedMessageId[];
|
| extern const char kDefaultCloudPrintOAuthClientId[];
|
| extern const char kDefaultCloudPrintOAuthClientSecret[];
|
|
|
| -
|
| // Max retry count for job data fetch requests.
|
| const int kJobDataMaxRetryCount = 5;
|
| // Max retry count (infinity) for API fetch requests.
|
|
|