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

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: Handle printing disabled or not supported 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..4eebad3e9a36bb73095e9c1e444e8d74e3af3ac4 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 class GetSettingsAskParam {
mlamouri (slow - plz ping) 2014/11/27 20:26:02 It sounds a bit odd to have this here. Why did you
dgn 2014/11/28 11:51:15 You are right. I think I needed it out of src/chro
+ DEFAULTS,
+ ASK_USER,
+ SYSTEM_SPECIFIC,
+};
+
} // namespace printing
#endif // PRINTING_PRINT_JOB_CONSTANTS_H_

Powered by Google App Engine
This is Rietveld 408576698