diff options
author | sanjeevr@chromium.org <sanjeevr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-03 22:40:37 +0000 |
---|---|---|
committer | sanjeevr@chromium.org <sanjeevr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-03 22:40:37 +0000 |
commit | ee5f36e4442fed7e6c264c73bbbd49b6545201d1 (patch) | |
tree | 2d6de2c6c52f5b6a9ca772e56c2edeef6f7733cc /printing/printing_context_win.h | |
parent | 18d68db9020b616b3ee9d39b4406736ae266cd61 (diff) | |
download | chromium_src-ee5f36e4442fed7e6c264c73bbbd49b6545201d1.zip chromium_src-ee5f36e4442fed7e6c264c73bbbd49b6545201d1.tar.gz chromium_src-ee5f36e4442fed7e6c264c73bbbd49b6545201d1.tar.bz2 |
On Chrome OS, use the application locale to determine the default paper size rather than rely on GTK.
BUG=None.
TEST=Web pages printed from Chrome OS should use locale-specific default paper size (specifically, for US, it should use 8.5 x 11).
Review URL: http://codereview.chromium.org/5636001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68233 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'printing/printing_context_win.h')
-rw-r--r-- | printing/printing_context_win.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/printing/printing_context_win.h b/printing/printing_context_win.h index 90fc738..7d3818f 100644 --- a/printing/printing_context_win.h +++ b/printing/printing_context_win.h @@ -19,7 +19,7 @@ namespace printing { class PrintingContextWin : public PrintingContext { public: - PrintingContextWin(); + explicit PrintingContextWin(const std::string& app_locale); ~PrintingContextWin(); // PrintingContext implementation. |