| Index: content/public/common/content_switches.h
|
| diff --git a/content/public/common/content_switches.h b/content/public/common/content_switches.h
|
| index 17ec0eb60ce3499c874b1d247d5ca53982d920d3..ef4fcf8f2d950d87d3329c737c6a89dbbc5c2c7b 100644
|
| --- a/content/public/common/content_switches.h
|
| +++ b/content/public/common/content_switches.h
|
| @@ -178,6 +178,7 @@ extern const char kShowCompositedLayerBorders[];
|
| extern const char kShowCompositedLayerTree[];
|
| extern const char kShowFPSCounter[];
|
| extern const char kShowPaintRects[];
|
| +CONTENT_EXPORT extern const char kSimulateTouchScreenWithMouse[];
|
| CONTENT_EXPORT extern const char kSingleProcess[];
|
| CONTENT_EXPORT extern const char kSkipGpuDataLoading[];
|
| CONTENT_EXPORT extern const char kTestSandbox[];
|
|
|