Chromium Code Reviews| Index: chrome/browser/printing/page_range.h |
| =================================================================== |
| --- chrome/browser/printing/page_range.h (revision 18804) |
| +++ chrome/browser/printing/page_range.h (working copy) |
| @@ -24,6 +24,9 @@ |
| // Retrieves the sorted list of unique pages in the page ranges. |
| static std::vector<int> GetPages(const PageRanges& ranges); |
| + |
| + // Gets the total number of pages. |
| + static int GetTotalPages(const PageRanges& ranges); |
| }; |
| } // namespace printing |