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

Unified Diff: printing/print_job_constants.h

Issue 740983002: Implement window.print() on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: typos, sorry Created 6 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
Index: printing/print_job_constants.h
diff --git a/printing/print_job_constants.h b/printing/print_job_constants.h
index fcce6eed3874691e5ab403dfe6f8ca112339abd4..e866b74399dc06b0ae31b468cbf21b19c9ca049f 100644
--- a/printing/print_job_constants.h
+++ b/printing/print_job_constants.h
@@ -144,6 +144,13 @@ enum MarginType {
MARGIN_TYPE_LAST = CUSTOM_MARGINS
};
+// GetSettings() parameter.
+enum GetSettingsAskParam {
dcheng 2014/11/26 19:00:53 Consider using a strongly-typed enum.
+ DEFAULTS,
+ ASK_USER,
+ SYSTEM_SPECIFIC,
+};
+
} // namespace printing
#endif // PRINTING_PRINT_JOB_CONSTANTS_H_

Powered by Google App Engine
This is Rietveld 408576698