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

Side by Side Diff: chrome/common/cloud_print/cloud_print_constants.h

Issue 1212883003: Include user email into document title before spooling (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Tue Jul 7 10:19:02 PDT 2015 Created 5 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 unified diff | Download patch
« no previous file with comments | « no previous file | chrome/common/cloud_print/cloud_print_constants.cc » ('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 2012 The Chromium Authors. All rights reserved. 1 // Copyright 2012 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 #ifndef CHROME_COMMON_CLOUD_PRINT_CLOUD_PRINT_CONSTANTS_H_ 5 #ifndef CHROME_COMMON_CLOUD_PRINT_CLOUD_PRINT_CONSTANTS_H_
6 #define CHROME_COMMON_CLOUD_PRINT_CLOUD_PRINT_CONSTANTS_H_ 6 #define CHROME_COMMON_CLOUD_PRINT_CLOUD_PRINT_CONSTANTS_H_
7 7
8 #include "base/basictypes.h" 8 #include "base/basictypes.h"
9 9
10 namespace cloud_print { 10 namespace cloud_print {
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 // Values in the respone JSON from the cloud print server. 44 // Values in the respone JSON from the cloud print server.
45 extern const char kSuccessValue[]; 45 extern const char kSuccessValue[];
46 extern const char kNameValue[]; 46 extern const char kNameValue[];
47 extern const char kDisplayNameValue[]; 47 extern const char kDisplayNameValue[];
48 extern const char kIdValue[]; 48 extern const char kIdValue[];
49 extern const char kTicketUrlValue[]; 49 extern const char kTicketUrlValue[];
50 extern const char kFileUrlValue[]; 50 extern const char kFileUrlValue[];
51 extern const char kPrinterListValue[]; 51 extern const char kPrinterListValue[];
52 extern const char kJobListValue[]; 52 extern const char kJobListValue[];
53 extern const char kTitleValue[]; 53 extern const char kTitleValue[];
54 extern const char kOwnerValue[];
54 extern const char kPrinterCapsHashValue[]; 55 extern const char kPrinterCapsHashValue[];
55 extern const char kTagsValue[]; 56 extern const char kTagsValue[];
56 extern const char kXMPPJidValue[]; 57 extern const char kXMPPJidValue[];
57 extern const char kOAuthCodeValue[]; 58 extern const char kOAuthCodeValue[];
58 extern const char kCreateTimeValue[]; 59 extern const char kCreateTimeValue[];
59 extern const char kPrinterTypeValue[]; 60 extern const char kPrinterTypeValue[];
60 extern const char kUserValue[]; 61 extern const char kUserValue[];
61 extern const char kUsersValue[]; 62 extern const char kUsersValue[];
62 extern const char kLocalSettingsPendingXmppValue[]; 63 extern const char kLocalSettingsPendingXmppValue[];
63 64
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 // fails due to network errors 127 // fails due to network errors
127 const int kJobFirstWaitTimeSecs = 1; 128 const int kJobFirstWaitTimeSecs = 1;
128 129
129 // The multiplier for the wait time for retrying a job that fails due to 130 // The multiplier for the wait time for retrying a job that fails due to
130 // network errors 131 // network errors
131 const int kJobWaitTimeExponentialMultiplier = 2; 132 const int kJobWaitTimeExponentialMultiplier = 2;
132 133
133 } // namespace cloud_print 134 } // namespace cloud_print
134 135
135 #endif // CHROME_COMMON_CLOUD_PRINT_CLOUD_PRINT_CONSTANTS_H_ 136 #endif // CHROME_COMMON_CLOUD_PRINT_CLOUD_PRINT_CONSTANTS_H_
OLDNEW
« no previous file with comments | « no previous file | chrome/common/cloud_print/cloud_print_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698