Chromium Code Reviews| Index: content/public/common/content_switches.h |
| =================================================================== |
| --- content/public/common/content_switches.h (revision 179749) |
| +++ content/public/common/content_switches.h (working copy) |
| @@ -41,6 +41,7 @@ |
| CONTENT_EXPORT extern const char kDisableDeviceOrientation[]; |
| #if defined(OS_ANDROID) |
| CONTENT_EXPORT extern const char kEnableExperimentalWebGL[]; |
| +CONTENT_EXPORT extern const char kEnableWebRTC[]; |
|
piman
2013/01/31 01:21:42
nit: alpha order. This probably should be around k
wjia(left Chromium)
2013/01/31 04:42:39
Done.
|
| #else |
| CONTENT_EXPORT extern const char kDisableExperimentalWebGL[]; |
| #endif |