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

Unified Diff: content/public/common/renderer_preferences.cc

Issue 19256012: Allow zoom-in as alternative to popup when tapping multiple targets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 5 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
« no previous file with comments | « content/public/common/renderer_preferences.h ('k') | content/renderer/render_view_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/renderer_preferences.cc
diff --git a/content/public/common/renderer_preferences.cc b/content/public/common/renderer_preferences.cc
index 265fbe01b339b82162d4d91752c0c65fd7d50022..ebb41e750e5fb7577440c88896c4836d4ef8c6d4 100644
--- a/content/public/common/renderer_preferences.cc
+++ b/content/public/common/renderer_preferences.cc
@@ -44,7 +44,8 @@ RendererPreferences::RendererPreferences()
default_zoom_level(0),
report_frame_name_changes(false),
touchpad_fling_profile(3),
- touchscreen_fling_profile(3) {
+ touchscreen_fling_profile(3),
+ tap_multiple_targets_strategy(TAP_MULTIPLE_TARGETS_STRATEGY_POPUP) {
touchpad_fling_profile[0] = kDefaultAlpha;
touchpad_fling_profile[1] = kDefaultBeta;
touchpad_fling_profile[2] = kDefaultGamma;
« no previous file with comments | « content/public/common/renderer_preferences.h ('k') | content/renderer/render_view_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698