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

Unified Diff: chrome/browser/renderer_context_menu/render_view_context_menu.h

Issue 1117893002: Moving extension code out of "components/" to avoid layering violations. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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: chrome/browser/renderer_context_menu/render_view_context_menu.h
diff --git a/chrome/browser/renderer_context_menu/render_view_context_menu.h b/chrome/browser/renderer_context_menu/render_view_context_menu.h
index 549d9d4e9734b04ed3a49adade2fe26db83a9f71..a64818b44cd59d5e247b21e08b3be0bceff4d640 100644
--- a/chrome/browser/renderer_context_menu/render_view_context_menu.h
+++ b/chrome/browser/renderer_context_menu/render_view_context_menu.h
@@ -168,6 +168,11 @@ class RenderViewContextMenu : public RenderViewContextMenuBase {
scoped_ptr<PrintPreviewContextMenuObserver> print_preview_menu_observer_;
#endif
+ // In the case of a MimeHandlerView this will point to the WebContents that
+ // embeds the MimeHandlerViewGuest. Otherwise this will be the same as
+ // source_web_contents_.
lazyboy 2015/04/30 16:33:31 |source_web_contents_|
Deepak 2015/05/02 06:25:20 Done.
+ content::WebContents* embedder_web_contents_;
+
DISALLOW_COPY_AND_ASSIGN(RenderViewContextMenu);
};

Powered by Google App Engine
This is Rietveld 408576698