Index: chrome/browser/local_discovery/privet_constants.h |
diff --git a/chrome/browser/local_discovery/privet_constants.h b/chrome/browser/local_discovery/privet_constants.h |
index 9166ad711f03280eb8daabdd283798cf77a6118e..93338391ac9415d9371f5e831372804fc0584d01 100644 |
--- a/chrome/browser/local_discovery/privet_constants.h |
+++ b/chrome/browser/local_discovery/privet_constants.h |
@@ -18,6 +18,12 @@ extern const char kPrivetKeyTimeout[]; |
extern const char kPrivetActionNameInfo[]; |
+extern const char kPrivetInfoPath[]; |
+extern const char kPrivetRegisterPath[]; |
+extern const char kPrivetCapabilitiesPath[]; |
+extern const char kPrivetSubmitdocPath[]; |
+extern const char kPrivetCreatejobPath[]; |
+ |
extern const char kPrivetErrorDeviceBusy[]; |
extern const char kPrivetErrorPendingUserAction[]; |
extern const char kPrivetErrorInvalidXPrivetToken[]; |
@@ -31,6 +37,7 @@ extern const char kPrivetActionCancel[]; |
extern const char kPrivetDefaultDeviceType[]; |
extern const char kPrivetSubtypeTemplate[]; |
+extern const char kPrivetSubtypePrinter[]; |
const double kPrivetMaximumTimeScaling = 1.2; |