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

Unified Diff: mojo/shell/application_manager.cc

Issue 1282903002: mandoline: Sandbox mojo:browser and mojo:omnibox. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Patch touch ups. Created 5 years, 4 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/shell/application_manager.cc
diff --git a/mojo/shell/application_manager.cc b/mojo/shell/application_manager.cc
index bbe68cf30b54e0fd28e723bb283404ae8af4f2e7..232e4b046c4fa4d2d070a33d937d3b4730ed7403 100644
--- a/mojo/shell/application_manager.cc
+++ b/mojo/shell/application_manager.cc
@@ -381,7 +381,7 @@ void ApplicationManager::HandleFetchCallback(
// TODO(erg): Have a better way of switching the sandbox on. For now, switch
// it on hard coded when we're using some of the sandboxable core services.
bool start_sandboxed = false;
- if (app_url == GURL("mojo://core_services/") && qualifier == "Sandboxed Core")
+ if (app_url == GURL("mojo://core_services/") && qualifier == "Core")
start_sandboxed = true;
else if (app_url == GURL("mojo://html_viewer/"))
start_sandboxed = true;
« mandoline/app/core_services_initialization.cc ('K') | « mandoline/ui/aura/aura_init.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698