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

Unified Diff: components/web_view/web_view_application_delegate.h

Issue 1459453003: mandoline: write this after lunch. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add TracingImpls to mus and mash, fix naming. Created 5 years, 1 month 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 | « components/web_view/DEPS ('k') | components/web_view/web_view_application_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/web_view/web_view_application_delegate.h
diff --git a/components/web_view/web_view_application_delegate.h b/components/web_view/web_view_application_delegate.h
index c8bbf1522758afb21faeddcb706fe661a4c69788..a5482bacd7d54ed26b9a244a88b152fd00ebd83e 100644
--- a/components/web_view/web_view_application_delegate.h
+++ b/components/web_view/web_view_application_delegate.h
@@ -10,6 +10,7 @@
#include "mojo/application/public/cpp/application_delegate.h"
#include "mojo/application/public/cpp/interface_factory.h"
#include "mojo/common/weak_binding_set.h"
+#include "mojo/services/tracing/public/cpp/tracing_impl.h"
namespace web_view {
@@ -36,6 +37,7 @@ class WebViewApplicationDelegate
mojo::InterfaceRequest<mojom::WebViewFactory> request) override;
mojo::ApplicationImpl* app_;
+ mojo::TracingImpl tracing_;
mojo::WeakBindingSet<WebViewFactory> factory_bindings_;
« no previous file with comments | « components/web_view/DEPS ('k') | components/web_view/web_view_application_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698