| Index: content/public/common/content_switches.h
|
| diff --git a/content/public/common/content_switches.h b/content/public/common/content_switches.h
|
| index b80e602622bdb43a15f23127e7d4d7dadeca9f4f..dfea4021f28d2a86cd70de34f0e3e0f326ba282e 100644
|
| --- a/content/public/common/content_switches.h
|
| +++ b/content/public/common/content_switches.h
|
| @@ -226,6 +226,7 @@
|
| extern const char kSandboxIPCProcess[];
|
| CONTENT_EXPORT extern const char kScrollEndEffect[];
|
| extern const char kShowPaintRects[];
|
| +CONTENT_EXPORT extern const char kSimulateTouchScreenWithMouse[];
|
| CONTENT_EXPORT extern const char kSingleProcess[];
|
| CONTENT_EXPORT extern const char kSitePerProcess[];
|
| CONTENT_EXPORT extern const char kSkipGpuDataLoading[];
|
|
|