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

Unified Diff: mojo/runner/android/main.cc

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: msw nits Created 5 years, 6 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/android/main.cc
diff --git a/mojo/runner/android/main.cc b/mojo/runner/android/main.cc
index 7435fd9411ea023c06e09ae578230c3ec6c2236c..eed0066e5197210c71a2d7efcf78fa87998c4d1c 100644
--- a/mojo/runner/android/main.cc
+++ b/mojo/runner/android/main.cc
@@ -28,6 +28,7 @@
#include "mojo/runner/android/ui_application_loader_android.h"
#include "mojo/runner/context.h"
#include "mojo/runner/init.h"
+#include "mojo/runner/scoped_user_data_dir.h"
#include "mojo/shell/application_loader.h"
#include "ui/gl/gl_surface_egl.h"
@@ -52,6 +53,8 @@ class MojoShellRunner : public base::DelegateSimpleThread::Delegate {
private:
void Run() override;
+ ScopedUserDataDir scoped_user_data_dir_;
+
DISALLOW_COPY_AND_ASSIGN(MojoShellRunner);
};

Powered by Google App Engine
This is Rietveld 408576698