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

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

Issue 819293002: Set whether context menu appears on mouse up from WebPreferences (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix merge issue in earlier patch Created 5 years, 10 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/web_preferences.h
diff --git a/content/public/common/web_preferences.h b/content/public/common/web_preferences.h
index 250b546dc437db167a71ae836e6f5cfcff304251..bb47acb93d778b416c55952cc6e035be8bdbe8b2 100644
--- a/content/public/common/web_preferences.h
+++ b/content/public/common/web_preferences.h
@@ -83,6 +83,7 @@ struct CONTENT_EXPORT WebPreferences {
int minimum_font_size;
int minimum_logical_font_size;
std::string default_encoding;
+ bool context_menu_on_mouse_up;
bool javascript_enabled;
bool web_security_enabled;
bool javascript_can_open_windows_automatically;

Powered by Google App Engine
This is Rietveld 408576698