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

Unified Diff: content/public/renderer/BUILD.gn

Issue 2165523004: Force MimeHandlerView to always use BrowserPlugin (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressing creis@'s comments Created 4 years, 3 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/renderer/BUILD.gn
diff --git a/content/public/renderer/BUILD.gn b/content/public/renderer/BUILD.gn
index 74205afbe4f16da3daa07f2d229ccc90caf7ed9a..c9b39c95a3b517aa1f253213f9ebfde9a2c85d72 100644
--- a/content/public/renderer/BUILD.gn
+++ b/content/public/renderer/BUILD.gn
@@ -38,6 +38,8 @@ target(link_target_type, "renderer_sources") {
"context_menu_client.h",
"document_state.cc",
"document_state.h",
+ "guest_mode.cc",
+ "guest_mode.h",
"navigation_state.cc",
"navigation_state.h",
"pepper_plugin_instance.h",

Powered by Google App Engine
This is Rietveld 408576698