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

Unified Diff: chrome/browser/printing/printed_document.h

Issue 125082: Add Print Selection support to Chrome. This change is fairly involved since ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 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 | « chrome/browser/printing/print_view_manager.cc ('k') | chrome/browser/printing/printed_document.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/printing/printed_document.h
===================================================================
--- chrome/browser/printing/printed_document.h (revision 18804)
+++ chrome/browser/printing/printed_document.h (working copy)
@@ -63,13 +63,6 @@
// Note: locks while parsing the whole tree.
bool IsComplete() const;
- // Requests all the missing pages. Returns true if at least one page has been
- // requested. Returns false if there was not enough information to request the
- // missing pages, i.e. document_page_count_ is not initialized or no page has
- // been requested.
- // Note: locks while parsing the whole tree.
- bool RequestMissingPages();
-
// Disconnects the PrintedPage source (PrintedPagesSource). It is done when
// the source is being destroyed.
void DisconnectSource();
@@ -173,10 +166,6 @@
PageOverlays::VerticalPosition y,
const gfx::Font& font) const;
- // Calls the render source to render a page. Makes sure to execute the call in
- // the right thread context.
- void PrintPage_ThreadJump(int page_number);
-
// All writable data member access must be guarded by this lock. Needs to be
// mutable since it can be acquired from const member functions.
mutable Lock lock_;
« no previous file with comments | « chrome/browser/printing/print_view_manager.cc ('k') | chrome/browser/printing/printed_document.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698