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

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

Issue 27361002: Chromium Side Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Base filesw Created 7 years, 2 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/context_menu_params.h ('k') | content/renderer/context_menu_params_builder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/context_menu_params.cc
diff --git a/content/public/common/context_menu_params.cc b/content/public/common/context_menu_params.cc
index 5ec5a1f7a4ec4887f5130e4615f19ec1055a58d7..b2812e62e774cb0ce1cefffc6e3028a755a651d0 100644
--- a/content/public/common/context_menu_params.cc
+++ b/content/public/common/context_menu_params.cc
@@ -25,14 +25,14 @@ ContextMenuParams::ContextMenuParams()
speech_input_enabled(false),
spellcheck_enabled(false),
is_editable(false),
-#if defined(OS_MACOSX)
+#if defined(OS_MACOSX) || defined(OS_LINUX)
writing_direction_default(
WebKit::WebContextMenuData::CheckableMenuItemDisabled),
writing_direction_left_to_right(
WebKit::WebContextMenuData::CheckableMenuItemEnabled),
writing_direction_right_to_left(
WebKit::WebContextMenuData::CheckableMenuItemEnabled),
-#endif // OS_MACOSX
+#endif // OS_MACOSX || OS_LINUX
edit_flags(0),
referrer_policy(WebKit::WebReferrerPolicyDefault) {
}
« no previous file with comments | « content/public/common/context_menu_params.h ('k') | content/renderer/context_menu_params_builder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698