Index: content/browser/frame_host/frame_mojo_shell.h |
diff --git a/content/browser/frame_host/frame_mojo_shell.h b/content/browser/frame_host/frame_mojo_shell.h |
index 893ade427f448f7c563f98e228e3e92e8d0128ed..16592be9517c9d24cbaf4e2a3fff027e9e19a884 100644 |
--- a/content/browser/frame_host/frame_mojo_shell.h |
+++ b/content/browser/frame_host/frame_mojo_shell.h |
@@ -41,6 +41,8 @@ class FrameMojoShell : public mojo::shell::mojom::Connector { |
RenderFrameHost* frame_host_; |
mojo::BindingSet<mojo::shell::mojom::Connector> connectors_; |
+ std::string mojo_user_id_; |
+ |
// ServiceRegistry providing browser services to connected applications. |
scoped_ptr<ServiceRegistryImpl> service_registry_; |
mojo::BindingSet<mojo::shell::mojom::InterfaceProvider> |