Chromium Code Reviews| Index: extensions/common/switches.h |
| diff --git a/extensions/common/switches.h b/extensions/common/switches.h |
| index a812c12d62f7ea523c8dae0a8236705aab23a302..418d3b5de81587d08f77a7c914134d31b802c3d6 100644 |
| --- a/extensions/common/switches.h |
| +++ b/extensions/common/switches.h |
| @@ -14,6 +14,7 @@ namespace switches { |
| extern const char kAllowHTTPBackgroundPage[]; |
| extern const char kAllowLegacyExtensionManifests[]; |
| extern const char kDisableDesktopCaptureAudio[]; |
| +extern const char kDisableDesktopPickerNewUI[]; |
|
Ken Rockot(use gerrit already)
2016/05/02 19:01:53
Please make this name more specific. There are man
qiangchen
2016/05/02 21:01:38
Done.
|
| extern const char kDisableTabForDesktopShare[]; |
| extern const char kEmbeddedExtensionOptions[]; |
| extern const char kEnableAppsShowOnFirstPaint[]; |