Chromium Code Reviews| Index: printing/print_settings.h |
| diff --git a/printing/print_settings.h b/printing/print_settings.h |
| index 1f35e90b9ae0b29bf7c6eedb2fbede9170f7562a..0ebbf1b36b7b5b3789cae6b689f5ed75faf49ea2 100644 |
| --- a/printing/print_settings.h |
| +++ b/printing/print_settings.h |
| @@ -26,6 +26,11 @@ PRINTING_EXPORT void GetColorModelForMode(int color_mode, |
| std::string* color_value); |
| #endif |
| +// Inform the printing system that it may embed this user-agent string |
| +// in its output's metadata. |
| +PRINTING_EXPORT void SetAgent(const std::string&); |
|
Lei Zhang
2015/11/05 21:37:23
include the parameter name
hal.canary
2015/11/05 22:16:48
done
|
| +PRINTING_EXPORT const std::string& GetAgent(); |
| + |
| // OS-independent print settings. |
| class PRINTING_EXPORT PrintSettings { |
| public: |