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

Unified Diff: chrome/browser/printing/cloud_print/privet_constants.h

Issue 2704313002: Remove gcdPrivate API code. (Closed)
Patch Set: Remove gcdPrivate API code. Created 3 years, 10 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/printing/cloud_print/privet_constants.h
diff --git a/chrome/browser/printing/cloud_print/privet_constants.h b/chrome/browser/printing/cloud_print/privet_constants.h
index e670885dd94b4948be3d8c985f9afde768fa9cd8..51bf96c982cbf538643c1b834a461f2391234fe3 100644
--- a/chrome/browser/printing/cloud_print/privet_constants.h
+++ b/chrome/browser/printing/cloud_print/privet_constants.h
@@ -33,10 +33,6 @@ extern const char kPrivetErrorInvalidXPrivetToken[];
extern const char kPrivetErrorTimeout[];
extern const char kPrivetErrorCancel[];
-extern const char kPrivetV3ErrorDeviceBusy[];
-extern const char kPrivetV3ErrorInvalidParams[];
-extern const char kPrivetV3ErrorSetupUnavailable[];
-
extern const char kPrivetActionStart[];
extern const char kPrivetActionGetClaimToken[];
extern const char kPrivetActionComplete[];

Powered by Google App Engine
This is Rietveld 408576698