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

Unified Diff: shell/application_manager/native_application_options.h

Issue 1444433002: Added anti-singleton services (new process/thread per connection). (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Added multiprocess apptest Created 5 years, 1 month 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 | « shell/application_manager/application_manager.cc ('k') | shell/context.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: shell/application_manager/native_application_options.h
diff --git a/shell/application_manager/native_application_options.h b/shell/application_manager/native_application_options.h
index f4c71c4ac643076fe264173e1cefc4f43e623de4..103ab149fab32245ef82e7d25307d1aec350b4be 100644
--- a/shell/application_manager/native_application_options.h
+++ b/shell/application_manager/native_application_options.h
@@ -12,6 +12,7 @@ namespace shell {
// TODO(vtl): Maybe these some of these should be tristate (unknown/true/false)
// instead of of booleans.
struct NativeApplicationOptions {
+ bool new_process_per_connection = false;
bool force_in_process = false;
bool require_32_bit = false;
bool allow_new_privs = false;
« no previous file with comments | « shell/application_manager/application_manager.cc ('k') | shell/context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698