Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(181)

Unified Diff: content/public/common/content_switches.h

Issue 1006003003: Adding a chrome flag to control the touch selection granularity strategy used by Blink. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@unified_text_selection_ALL_3
Patch Set: Removing logging. Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/public/common/content_switches.h
diff --git a/content/public/common/content_switches.h b/content/public/common/content_switches.h
index a248681ee59e9073b3c0ed1f8e75bf6088e7ac94..59f9c63c77e8750885b693fc4a22d495de70f6b5 100644
--- a/content/public/common/content_switches.h
+++ b/content/public/common/content_switches.h
@@ -217,6 +217,7 @@ CONTENT_EXPORT extern const char kTabCloseButtonsHiddenWithTouch[];
CONTENT_EXPORT extern const char kTestingFixedHttpPort[];
CONTENT_EXPORT extern const char kTestingFixedHttpsPort[];
CONTENT_EXPORT extern const char kTestType[];
+CONTENT_EXPORT extern const char kTouchTextSelectionStrategy[];
CONTENT_EXPORT extern const char kTraceShutdown[];
extern const char kTraceShutdownFile[];
extern const char kTraceStartup[];

Powered by Google App Engine
This is Rietveld 408576698