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

Unified Diff: mojo/runner/context.cc

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 | « mojo/runner/context.h ('k') | mojo/runner/native_runner_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/runner/context.cc
diff --git a/mojo/runner/context.cc b/mojo/runner/context.cc
index 0163f03f931651fa76af499d9a0303bac8ca295a..b22d8057427fa0125ea11724cb242e0c906af56a 100644
--- a/mojo/runner/context.cc
+++ b/mojo/runner/context.cc
@@ -296,6 +296,12 @@ GURL Context::ResolveMojoURL(const GURL& url) {
return url_resolver_.ResolveMojoURL(url);
}
+bool Context::CreateFetcher(
+ const GURL& url,
+ const shell::Fetcher::FetchCallback& loader_callback) {
+ return false;
+}
+
void Context::OnShutdownComplete() {
DCHECK_EQ(base::MessageLoop::current()->task_runner(),
task_runners_->shell_runner());
« no previous file with comments | « mojo/runner/context.h ('k') | mojo/runner/native_runner_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698