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

Unified Diff: ios/web/webui/url_fetcher_block_adapter.h

Issue 1137143004: WebUI for WKWebView (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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
« ios/web/webui/resources/web_ui.js ('K') | « ios/web/webui/resources/web_ui.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/webui/url_fetcher_block_adapter.h
diff --git a/ios/web/webui/url_fetcher_block_adapter.h b/ios/web/webui/url_fetcher_block_adapter.h
index 1e2f055d9a7b78d6bf79b3e40e49591c8f9fb9e8..095240b404dd253ae837b33680511df6f46eddda 100644
--- a/ios/web/webui/url_fetcher_block_adapter.h
+++ b/ios/web/webui/url_fetcher_block_adapter.h
@@ -28,15 +28,16 @@ typedef void (^URLFetcherBlockAdapterCompletion)(NSData*,
// Class to manage retrieval of WebUI resources.
class URLFetcherBlockAdapter : public net::URLFetcherDelegate {
public:
- // Create URLFetcherBlockAdapter for resource at |url| with |request_context|.
+ // Creates URLFetcherBlockAdapter for resource at |url| with
+ // |request_context|.
// |completion_handler| is called with results of the fetch.
URLFetcherBlockAdapter(
const GURL& url,
net::URLRequestContextGetter* request_context,
web::URLFetcherBlockAdapterCompletion completion_handler);
~URLFetcherBlockAdapter() override;
- // Start the fetch.
- void Start();
+ // Starts the fetch.
+ virtual void Start();
protected:
// net::URLFetcherDelegate implementation.
« ios/web/webui/resources/web_ui.js ('K') | « ios/web/webui/resources/web_ui.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698