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

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

Issue 1105263004: "Load image" context menu item to reload a LoFi image. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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/context_menu_params.cc
diff --git a/content/public/common/context_menu_params.cc b/content/public/common/context_menu_params.cc
index 54b48c20815d8d8e7106176c84d30a7bd72f2bcc..b6750519f89de868a460bb868690b22ba51b8542 100644
--- a/content/public/common/context_menu_params.cc
+++ b/content/public/common/context_menu_params.cc
@@ -19,6 +19,7 @@ ContextMenuParams::ContextMenuParams()
x(0),
y(0),
has_image_contents(true),
+ image_was_fetched_lo_fi(false),
media_flags(0),
misspelling_hash(0),
spellcheck_enabled(false),

Powered by Google App Engine
This is Rietveld 408576698