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

Unified Diff: chrome/browser/local_discovery/privet_constants.h

Issue 48113019: Class to list only printers that support local printing (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/local_discovery/privet_constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | chrome/browser/local_discovery/privet_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698