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

Unified Diff: ppapi/cpp/dev/printing_dev.cc

Issue 10560008: PPAPI: Make Printing_Dev::GetDefaultPrintSettings() const. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 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
« no previous file with comments | « ppapi/cpp/dev/printing_dev.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/cpp/dev/printing_dev.cc
diff --git a/ppapi/cpp/dev/printing_dev.cc b/ppapi/cpp/dev/printing_dev.cc
index ee2f381a8fa8fa5d30fc61a4a3f87237b46b6ef0..8c307251fbac70261bd2fa8089976449852f8966 100644
--- a/ppapi/cpp/dev/printing_dev.cc
+++ b/ppapi/cpp/dev/printing_dev.cc
@@ -92,7 +92,7 @@ bool Printing_Dev::IsAvailable() {
}
bool Printing_Dev::GetDefaultPrintSettings(
- PP_PrintSettings_Dev* print_settings) {
+ PP_PrintSettings_Dev* print_settings) const {
if (!has_interface<PPB_Printing_Dev_0_6>())
return false;
return PP_ToBool(
« no previous file with comments | « ppapi/cpp/dev/printing_dev.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698