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

Unified Diff: mojo/shell/fetcher/about_fetcher_unittest.cc

Issue 1674903003: Extract shell methods from ApplicationImpl into a base class, and pass this to Initialize() instead. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mojom
Patch Set: . Created 4 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: mojo/shell/fetcher/about_fetcher_unittest.cc
diff --git a/mojo/shell/fetcher/about_fetcher_unittest.cc b/mojo/shell/fetcher/about_fetcher_unittest.cc
index 84878e9d48f31c8b9f7998a308eb248d6607b7d1..a2805259eef9b2921f4c3a9864545bbd6bec3b34 100644
--- a/mojo/shell/fetcher/about_fetcher_unittest.cc
+++ b/mojo/shell/fetcher/about_fetcher_unittest.cc
@@ -42,7 +42,7 @@ class TestContentHandler : public ApplicationDelegate,
private:
// Overridden from ApplicationDelegate:
- void Initialize(ApplicationImpl* app) override {}
+ void Initialize(Shell* shell, const std::string& url, uint32_t id) override {}
bool AcceptConnection(ApplicationConnection* connection) override {
connection->AddService<mojom::ContentHandler>(this);
return true;
« no previous file with comments | « mojo/shell/capability_filter_test.cc ('k') | mojo/shell/package_manager/capability_filter_content_handler_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698