Chromium Code Reviews| Index: chrome/common/chrome_switches.cc |
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
| index 0ecd6487f1dec5b651b7ca1b2e2932b23a2f8230..d90c2c0065bf535821c1f362053f31c00d51baa2 100644 |
| --- a/chrome/common/chrome_switches.cc |
| +++ b/chrome/common/chrome_switches.cc |
| @@ -436,6 +436,10 @@ const char kEnableMaterialDesignPolicyPage[] = "enable-md-policy-page"; |
| // (internally adds lEnableGpuPlugin to the command line). |
| const char kEnableNaCl[] = "enable-nacl"; |
| +// Enables the use of native notifications instead of |
| +// using the chrome based ones. |
|
Peter Beverloo
2016/01/08 05:14:26
weird wrapping
chrome -> Chrome
Miguel Garcia
2016/01/08 11:46:55
Done.
|
| +const char kEnableNativeNotifications[] = "enable-native-notifications"; |
| + |
| // Enables tracing for each navigation. It will attempt to trace each navigation |
| // for 10s, until the buffer is full, or until the next navigation. |
| // It only works if a URL was provided by --trace-upload-url. |