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

Unified Diff: content/browser/frame_host/frame_mojo_shell.h

Issue 1737933002: mojo leveldb: Get profile and leveldb connected to DOMStorageContext. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove stale todo comment Created 4 years, 9 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/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>

Powered by Google App Engine
This is Rietveld 408576698