Chromium Code Reviews| Index: content/public/common/content_switches.h |
| =================================================================== |
| --- content/public/common/content_switches.h (revision 160744) |
| +++ content/public/common/content_switches.h (working copy) |
| @@ -183,7 +183,8 @@ |
| extern const char kShowPaintRects[]; |
| CONTENT_EXPORT extern const char kSimulateTouchScreenWithMouse[]; |
| CONTENT_EXPORT extern const char kSingleProcess[]; |
| -CONTENT_EXPORT extern const char kSkipGpuDataLoading[]; |
|
Jói
2012/10/09 18:29:43
I didn't see a change to a file outside of content
|
| +extern const char kSkipGpuDataLoading[]; |
| +extern const char kSkipGpuFullInfoCollection[]; |
| extern const char kTapDownDeferralTimeMs[]; |
| CONTENT_EXPORT extern const char kTestSandbox[]; |
| CONTENT_EXPORT extern const char kTestingFixedHttpPort[]; |