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

Unified Diff: mandoline/services/core_services/core_services_application_delegate.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: mandoline/services/core_services/core_services_application_delegate.cc
diff --git a/mandoline/services/core_services/core_services_application_delegate.cc b/mandoline/services/core_services/core_services_application_delegate.cc
index fb7194c0c87746a2f03693696955aeeb16e78c1e..e343060ae9b6d52d0bb4d54efee030831f5c719b 100644
--- a/mandoline/services/core_services/core_services_application_delegate.cc
+++ b/mandoline/services/core_services/core_services_application_delegate.cc
@@ -125,7 +125,7 @@ void CoreServicesApplicationDelegate::StartApplication(
delegate.reset(new mandoline::BrowserManager);
else if (url == "mojo://clipboard/")
delegate.reset(new clipboard::ClipboardApplicationDelegate);
- else if (url == "mojo://filesystem_service/")
+ else if (url == "mojo://filesystem/")
delegate.reset(new filesystem::FileSystemApp);
else if (url == "mojo://network_service/")
delegate.reset(new NetworkServiceDelegate);

Powered by Google App Engine
This is Rietveld 408576698