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

Unified Diff: mojo/runner/native_runner_unittest.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.cc ('k') | mojo/shell/application_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/runner/native_runner_unittest.cc
diff --git a/mojo/runner/native_runner_unittest.cc b/mojo/runner/native_runner_unittest.cc
index 2efb75e5d321ab5ff96bdd22c98c56f01761d030..01ec60e9f827704a5871d67e3607395b04d41fdb 100644
--- a/mojo/runner/native_runner_unittest.cc
+++ b/mojo/runner/native_runner_unittest.cc
@@ -80,6 +80,11 @@ class NativeApplicationLoaderTest : public testing::Test,
// shell::ApplicationManager::Delegate
GURL ResolveMappings(const GURL& url) override { return url; }
GURL ResolveMojoURL(const GURL& url) override { return url; }
+ bool CreateFetcher(
+ const GURL& url,
+ const shell::Fetcher::FetchCallback& loader_callback) override {
+ return false;
+ }
};
TEST_F(NativeApplicationLoaderTest, DoesNotExist) {
« no previous file with comments | « mojo/runner/context.cc ('k') | mojo/shell/application_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698