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

Side by Side Diff: content/public/common/DEPS

Issue 2165523004: Force MimeHandlerView to always use BrowserPlugin (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressing lazyboy@'s and lfg@'s comments Created 4 years, 4 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 unified diff | Download patch
OLDNEW
1 specific_include_rules = { 1 specific_include_rules = {
2 ".*\.cc": [ 2 ".*\.cc": [
3 "+content/common", 3 "+content/common",
4 ], 4 ],
5 "browser_plugin_guest_mode.cc": [
6 "+content/public/browser"
lfg 2016/07/28 18:29:31 This is wrong. We shouldn't be including browser i
EhsanK 2016/07/29 20:23:17 Acknowledged.
7 ],
5 } 8 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698