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

Unified Diff: ppapi/api/dev/ppp_printing_dev.idl

Issue 10795051: Implement asynchronous interface/plumbing for GetDefaultPrintSettings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 5 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: ppapi/api/dev/ppp_printing_dev.idl
diff --git a/ppapi/api/dev/ppp_printing_dev.idl b/ppapi/api/dev/ppp_printing_dev.idl
index df107abe009b69ffa1438172b176a1b39b2d05c7..fdc030631e8c4ebab58ec5712fe5c8156b7ccdae 100644
--- a/ppapi/api/dev/ppp_printing_dev.idl
+++ b/ppapi/api/dev/ppp_printing_dev.idl
@@ -9,7 +9,8 @@
// Note: This version should always match the PPB_Printing_Dev interface.
label Chrome {
- M21 = 0.6
+ M21 = 0.6,
+ M23 = 0.7
raymes 2012/07/20 22:46:56 Trung mentioned that this interface version should
dmichael (off chromium) 2012/07/23 18:20:09 I don't think that's strictly true... your change
raymes 2012/07/24 00:37:08 Done. I had to remove the M21 label for it to pick
};
/**

Powered by Google App Engine
This is Rietveld 408576698