Chromium Code Reviews| Index: content/public/common/content_switches.h |
| diff --git a/content/public/common/content_switches.h b/content/public/common/content_switches.h |
| index 6d0b73c0454d83c18307bd13804d634b14614f44..368bdccae6ca4c2f3c84d457ea2fcc97a29b6fb0 100644 |
| --- a/content/public/common/content_switches.h |
| +++ b/content/public/common/content_switches.h |
| @@ -144,6 +144,7 @@ CONTENT_EXPORT extern const char kEnableLCDText[]; |
| CONTENT_EXPORT extern const char kEnableLogging[]; |
| CONTENT_EXPORT extern const char kEnableMapImage[]; |
| extern const char kEnableMemoryBenchmarking[]; |
| +CONTENT_EXPORT extern const char kEnableMemoryInfo[]; |
|
jam
2014/04/10 14:39:45
since this is for workers only, you should make it
Pan
2014/04/11 01:52:13
thanks, done.
|
| extern const char kEnableMonitorProfile[]; |
| CONTENT_EXPORT extern const char kEnableOfflineCacheAccess[]; |
| CONTENT_EXPORT extern const char kEnableOverlayFullscreenVideo[]; |