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

Unified Diff: content/renderer/context_menu_params_builder.h

Issue 248013003: Remove WebHistoryItem child usage (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
Index: content/renderer/context_menu_params_builder.h
diff --git a/content/renderer/context_menu_params_builder.h b/content/renderer/context_menu_params_builder.h
index 624f85505c8a9829dba91e80e707a32d42ad96e6..54691cdcbc4e5cedf0dade56b73bc011cbae772f 100644
--- a/content/renderer/context_menu_params_builder.h
+++ b/content/renderer/context_menu_params_builder.h
@@ -11,10 +11,12 @@ struct WebContextMenuData;
namespace content {
struct ContextMenuParams;
+class PageState;
class ContextMenuParamsBuilder {
public:
- static ContextMenuParams Build(const blink::WebContextMenuData& data);
+ static ContextMenuParams Build(const blink::WebContextMenuData& data,
+ const PageState& state);
};
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698