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

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

Issue 2803233002: Change default value of has_image_contents (Closed)
Patch Set: Rebase Created 3 years, 8 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 | « no previous file | third_party/WebKit/public/web/WebContextMenuData.h » ('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 2093eadc0b74c792ff6bb1ba174829a69329e6ab..bfb5430c10cd28459c5c2b21f22ecc1654ddae89 100644
--- a/content/public/common/context_menu_params.cc
+++ b/content/public/common/context_menu_params.cc
@@ -18,7 +18,7 @@ ContextMenuParams::ContextMenuParams()
: media_type(blink::WebContextMenuData::kMediaTypeNone),
x(0),
y(0),
- has_image_contents(true),
+ has_image_contents(false),
media_flags(0),
spellcheck_enabled(false),
is_editable(false),
« no previous file with comments | « no previous file | third_party/WebKit/public/web/WebContextMenuData.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698