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

Unified Diff: shell/application_manager/network_fetcher.h

Issue 951643002: Register application connections under their post-redirect URL. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: cleanup Created 5 years, 10 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
Index: shell/application_manager/network_fetcher.h
diff --git a/shell/application_manager/network_fetcher.h b/shell/application_manager/network_fetcher.h
index c1f6b31e664f21640c947afe195afabb1312b106..d1d812e78e40c04b36c5d42db60d7c2cf7ca2bac 100644
--- a/shell/application_manager/network_fetcher.h
+++ b/shell/application_manager/network_fetcher.h
@@ -30,6 +30,9 @@ class NetworkFetcher : public Fetcher {
// TODO(hansmuller): Revisit this when a real peek operation is available.
static const MojoDeadline kPeekTimeout = MOJO_DEADLINE_INDEFINITE;
+ const GURL& GetURL() const override;
+ GURL GetRedirectURL() const override;
+
URLResponsePtr AsURLResponse(base::TaskRunner* task_runner,
uint32_t skip) override;

Powered by Google App Engine
This is Rietveld 408576698