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

Unified Diff: mojo/runner/context.h

Issue 1179413010: mandoline filesystem: Save cookie data to the mojo:filesystem. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@sqlite-fs
Patch Set: Add CHECK. Created 5 years, 5 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
« no previous file with comments | « mojo/runner/child_process_host.cc ('k') | mojo/runner/scoped_user_data_dir.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/runner/context.h
diff --git a/mojo/runner/context.h b/mojo/runner/context.h
index 78cd1631a0948e1475589e33a9382e6057603d81..cf2d89da64cf9ce05bf55a86f2084b3cc49afae3 100644
--- a/mojo/runner/context.h
+++ b/mojo/runner/context.h
@@ -9,6 +9,7 @@
#include "base/macros.h"
#include "mojo/edk/embedder/process_delegate.h"
+#include "mojo/runner/scoped_user_data_dir.h"
#include "mojo/runner/task_runners.h"
#include "mojo/runner/url_resolver.h"
#include "mojo/shell/application_manager.h"
@@ -79,6 +80,7 @@ class Context : public shell::ApplicationManager::Delegate,
void OnApplicationEnd(const GURL& url);
+ ScopedUserDataDir scoped_user_data_dir;
std::set<GURL> app_urls_;
scoped_ptr<TaskRunners> task_runners_;
shell::ApplicationManager application_manager_;
« no previous file with comments | « mojo/runner/child_process_host.cc ('k') | mojo/runner/scoped_user_data_dir.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698