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

Unified Diff: pdf/document_loader.h

Issue 1900033005: Simplify some CloudPrintProxy code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nit Created 4 years, 8 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/service/cloud_print/cloud_print_proxy_backend.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pdf/document_loader.h
diff --git a/pdf/document_loader.h b/pdf/document_loader.h
index af39390e975f657821a45bf4321d112e62294d31..cf85e99e5a1add35f6ef865815f2581805f31a28 100644
--- a/pdf/document_loader.h
+++ b/pdf/document_loader.h
@@ -51,10 +51,10 @@ class DocumentLoader {
// Data access interface. Return true is successful.
bool GetBlock(uint32_t position, uint32_t size, void* buf) const;
- // Data availability interface. Return true data avaialble.
+ // Data availability interface. Return true data available.
bool IsDataAvailable(uint32_t position, uint32_t size) const;
- // Data availability interface. Return true data avaialble.
+ // Data availability interface. Return true data available.
void RequestData(uint32_t position, uint32_t size);
bool IsDocumentComplete() const;
« no previous file with comments | « chrome/service/cloud_print/cloud_print_proxy_backend.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698