summaryrefslogtreecommitdiffstats
path: root/chrome/browser/printing/printed_page.h
diff options
context:
space:
mode:
authorsverrir@chromium.org <sverrir@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-31 14:34:43 +0000
committersverrir@chromium.org <sverrir@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-31 14:34:43 +0000
commit4ecd074560bcbeb46cb9c0a328f32df433d671d9 (patch)
treea7946de51f5702307818f16ebe2acee50e1ef85c /chrome/browser/printing/printed_page.h
parent66e8f2e6e53a03c6e526e60eb85bb96894d8e783 (diff)
downloadchromium_src-4ecd074560bcbeb46cb9c0a328f32df433d671d9.zip
chromium_src-4ecd074560bcbeb46cb9c0a328f32df433d671d9.tar.gz
chromium_src-4ecd074560bcbeb46cb9c0a328f32df433d671d9.tar.bz2
Simplify code in PrintSettings. Removes support for settings margins
etc in metric units but I will add again if required. This is to prepare adding user defined print settings. Also fixes some typos in printing code. Review URL: http://codereview.chromium.org/56077 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12856 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/printing/printed_page.h')
-rw-r--r--chrome/browser/printing/printed_page.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/printing/printed_page.h b/chrome/browser/printing/printed_page.h
index 19c740e..9058d72 100644
--- a/chrome/browser/printing/printed_page.h
+++ b/chrome/browser/printing/printed_page.h
@@ -17,11 +17,11 @@ class Emf;
namespace printing {
// Contains the data to reproduce a printed page, either on screen or on
-// paper. Once created, this object is immuable. It has no reference to the
+// paper. Once created, this object is immutable. It has no reference to the
// PrintedDocument containing this page.
// Note: May be accessed from many threads at the same time. This is an non
-// issue since this object is immuable. The reason is that a page may be printed
-// and be displayed at the same time.
+// issue since this object is immutable. The reason is that a page may be
+// printed and be displayed at the same time.
class PrintedPage : public base::RefCountedThreadSafe<PrintedPage> {
public:
PrintedPage(int page_number,