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

Unified Diff: content/public/utility/content_utility_client.h

Issue 1675083002: Rename ApplicationDelegate to ShellClient (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@delegate
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: content/public/utility/content_utility_client.h
diff --git a/content/public/utility/content_utility_client.h b/content/public/utility/content_utility_client.h
index b326eae140cfd24c9ac70c321a9bcf98c3aa3f79..6ac42dbecd0dc8884bd7f809df887badd2c6d9dc 100644
--- a/content/public/utility/content_utility_client.h
+++ b/content/public/utility/content_utility_client.h
@@ -14,7 +14,7 @@
class GURL;
namespace mojo {
-class ApplicationDelegate;
+class ShellClient;
}
namespace content {
@@ -25,7 +25,7 @@ class ServiceRegistry;
class CONTENT_EXPORT ContentUtilityClient {
public:
using StaticMojoApplicationMap =
- std::map<GURL, base::Callback<scoped_ptr<mojo::ApplicationDelegate>()>>;
+ std::map<GURL, base::Callback<scoped_ptr<mojo::ShellClient>()>>;
virtual ~ContentUtilityClient() {}
« no previous file with comments | « content/public/test/test_mojo_app.cc ('k') | content/renderer/mus/render_widget_window_tree_client_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698