| Index: content/public/common/content_switches.h
|
| diff --git a/content/public/common/content_switches.h b/content/public/common/content_switches.h
|
| index 50c78e6313bbb95cdf6863b46488046f6aa1b29f..4d9b2898a80d024a73a283946be1024a33d6f720 100644
|
| --- a/content/public/common/content_switches.h
|
| +++ b/content/public/common/content_switches.h
|
| @@ -213,6 +213,10 @@ CONTENT_EXPORT extern const char kTouchScrollingMode[];
|
| CONTENT_EXPORT extern const char kTouchScrollingModeAsyncTouchmove[];
|
| CONTENT_EXPORT extern const char kTouchScrollingModeSyncTouchmove[];
|
| CONTENT_EXPORT extern const char kTouchScrollingModeTouchcancel[];
|
| +CONTENT_EXPORT extern const char kTouchTextSelectionStrategy[];
|
| +CONTENT_EXPORT extern const char kTouchTextSelectionHalfDecay[];
|
| +CONTENT_EXPORT extern const char kTouchTextSelectionThreshold[];
|
| +
|
| CONTENT_EXPORT extern const char kTraceShutdown[];
|
| extern const char kTraceShutdownFile[];
|
| extern const char kTraceStartup[];
|
|
|