summaryrefslogtreecommitdiff
path: root/chromium/chrome/browser/printing/print_preview_data_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/browser/printing/print_preview_data_service.h')
-rw-r--r--chromium/chrome/browser/printing/print_preview_data_service.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/chromium/chrome/browser/printing/print_preview_data_service.h b/chromium/chrome/browser/printing/print_preview_data_service.h
index d1339276912..d55251aef02 100644
--- a/chromium/chrome/browser/printing/print_preview_data_service.h
+++ b/chromium/chrome/browser/printing/print_preview_data_service.h
@@ -48,9 +48,6 @@ class PrintPreviewDataService {
// Remove the corresponding PrintPreviewUI entry from the map.
void RemoveEntry(int32_t preview_ui_id);
- // Returns the available draft page count.
- int GetAvailableDraftPageCount(int32_t preview_ui_id) const;
-
private:
friend struct base::DefaultSingletonTraits<PrintPreviewDataService>;