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

Unified Diff: mojo/runner/context.h

Issue 1231493002: mandoline filesystem: Save cookie data to the mojo:filesystem. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge with ToT 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
Index: mojo/runner/context.h
diff --git a/mojo/runner/context.h b/mojo/runner/context.h
index 93a05485084030a84d7bf35be9a6729402005033..0d1199ea69071d2906c3c319bcebaaca7b667a9e 100644
--- a/mojo/runner/context.h
+++ b/mojo/runner/context.h
@@ -10,6 +10,7 @@
#include "base/callback_forward.h"
#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"
@@ -84,6 +85,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/BUILD.gn ('k') | mojo/runner/scoped_user_data_dir.h » ('j') | sql/mojo/mojo_vfs.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698