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

Unified Diff: mojo/runner/context.h

Issue 1130353005: Makes content handlers see requestor url (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge to trunk 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 | « no previous file | mojo/runner/context.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/runner/context.h
diff --git a/mojo/runner/context.h b/mojo/runner/context.h
index 06a27542113a2df7bd1a02b58928349fba85bf2d..1dd54cb5484f51b2497b7e776f145c76ee3fa56c 100644
--- a/mojo/runner/context.h
+++ b/mojo/runner/context.h
@@ -67,6 +67,9 @@ class Context : public shell::ApplicationManager::Delegate,
// ApplicationManager::Delegate overrides.
GURL ResolveMappings(const GURL& url) override;
GURL ResolveMojoURL(const GURL& url) override;
+ bool CreateFetcher(
+ const GURL& url,
+ const shell::Fetcher::FetchCallback& loader_callback) override;
// ProcessDelegate implementation.
void OnShutdownComplete() override;
« no previous file with comments | « no previous file | mojo/runner/context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698