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

Unified Diff: mojo/shell/local_fetcher.h

Issue 1121783003: Move navigations with POST or referrer to the shell. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge 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
« no previous file with comments | « mojo/shell/fetcher.h ('k') | mojo/shell/local_fetcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/local_fetcher.h
diff --git a/mojo/shell/local_fetcher.h b/mojo/shell/local_fetcher.h
index 52ad9da3e1352542ccc6f4052b8b871be5d0c0b6..cd25c88d071b4661d89bf77e82ff6b93165f2d36 100644
--- a/mojo/shell/local_fetcher.h
+++ b/mojo/shell/local_fetcher.h
@@ -23,6 +23,7 @@ class LocalFetcher : public Fetcher {
private:
const GURL& GetURL() const override;
GURL GetRedirectURL() const override;
+ GURL GetRedirectReferer() const override;
URLResponsePtr AsURLResponse(base::TaskRunner* task_runner,
uint32_t skip) override;
« no previous file with comments | « mojo/shell/fetcher.h ('k') | mojo/shell/local_fetcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698