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

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

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 | « no previous file | ppapi/cpp/dev/printing_dev.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/cpp/dev/printing_dev.h
diff --git a/ppapi/cpp/dev/printing_dev.h b/ppapi/cpp/dev/printing_dev.h
index b26216dc77566d6f51ad972135f9dc9aca2419d6..eb20e563641f039bebad9f100661b71afd9d29fa 100644
--- a/ppapi/cpp/dev/printing_dev.h
+++ b/ppapi/cpp/dev/printing_dev.h
@@ -37,7 +37,7 @@ class Printing_Dev {
// Outputs the default print settings for the default printer into
// |print_settings|. Returns false on error.
- bool GetDefaultPrintSettings(PP_PrintSettings_Dev* print_settings);
+ bool GetDefaultPrintSettings(PP_PrintSettings_Dev* print_settings) const;
private:
InstanceHandle associated_instance_;
« no previous file with comments | « no previous file | ppapi/cpp/dev/printing_dev.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698