Index: chrome/common/chrome_switches.h |
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h |
index d87723165842e2713536a01e6c338282fe94aaab..cb5616c6d1b461c3351b71ac739214af13a9c705 100644 |
--- a/chrome/common/chrome_switches.h |
+++ b/chrome/common/chrome_switches.h |
@@ -397,6 +397,7 @@ extern const char kFileManagerExtensionPath[]; |
#endif |
bool AboutInSettingsEnabled(); |
+bool MdSettingsEnabled(); |
James Hawkins
2015/02/04 22:46:10
Why did you add this as a method? The other metho
stevenjb
2015/02/04 23:00:04
FWIW, I prefer helper methods since they allow cha
|
bool NewOfflineErrorPageEnabled(); |
bool OutOfProcessPdfEnabled(); |
bool PdfMaterialUIEnabled(); |