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

Unified Diff: chrome/common/chrome_switches.h

Issue 1028543002: Turn the utility process image decoder into a Mojo service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase and remove ref counting. Created 5 years, 8 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: chrome/common/chrome_switches.h
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
index fbcdcfd968f5e8eb6a08de508daf7da9c2c57676..e26e12d68ba10e38d6cdae3b5265ef123b571090 100644
--- a/chrome/common/chrome_switches.h
+++ b/chrome/common/chrome_switches.h
@@ -83,6 +83,7 @@ extern const char kDisableExtensions[];
extern const char kDisableIPv6[];
extern const char kDisableJavaScriptHarmonyShipping[];
extern const char kDisableMinimizeOnSecondLauncherItemClick[];
+extern const char kDisableMojoUtilityServices[];
extern const char kDisableNewBookmarkApps[];
extern const char kDisableNewOfflineErrorPage[];
extern const char kDisableNTPOtherSessionsMenu[];
@@ -404,6 +405,7 @@ extern const char kFileManagerExtensionPath[];
bool AboutInSettingsEnabled();
bool MdSettingsEnabled();
bool MediaRouterEnabled();
+bool MojoUtilityServicesEnabled();
bool NewOfflineErrorPageEnabled();
bool OutOfProcessPdfEnabled();
bool PdfMaterialUIEnabled();

Powered by Google App Engine
This is Rietveld 408576698