summaryrefslogtreecommitdiffstats
path: root/components/view_manager/public/cpp/view.h
diff options
context:
space:
mode:
Diffstat (limited to 'components/view_manager/public/cpp/view.h')
-rw-r--r--components/view_manager/public/cpp/view.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/view_manager/public/cpp/view.h b/components/view_manager/public/cpp/view.h
index 311d89d..bf519ee 100644
--- a/components/view_manager/public/cpp/view.h
+++ b/components/view_manager/public/cpp/view.h
@@ -134,6 +134,7 @@ class View {
InterfaceRequest<ServiceProvider> services,
ServiceProviderPtr exposed_services);
void Embed(ViewManagerClientPtr client);
+ void EmbedAllowingReembed(mojo::URLRequestPtr request);
protected:
// This class is subclassed only by test classes that provide a public ctor.