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

Unified Diff: shell/application_manager/local_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/local_fetcher.h
diff --git a/shell/application_manager/local_fetcher.h b/shell/application_manager/local_fetcher.h
index 1fd001b59d4ced1963d84acf21d6163221ea26c3..7123a9043ad3f2f2164a71a8fdd0c41f5f1b146f 100644
--- a/shell/application_manager/local_fetcher.h
+++ b/shell/application_manager/local_fetcher.h
@@ -20,6 +20,9 @@ class LocalFetcher : public Fetcher {
private:
static base::FilePath UrlToFile(const GURL& url);
+ 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