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

Unified Diff: content/browser/frame_host/DEPS

Issue 1085783002: Replace image_messages.h with Mojo service (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix trybot unit_tests error Created 5 years, 6 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/browser/frame_host/DEPS
diff --git a/content/browser/frame_host/DEPS b/content/browser/frame_host/DEPS
index 09569cb140287692f9fd51d1fa8266ce8988b2d9..f3132f82bd6b33ea1269b5f3cd84667fd352cc56 100644
--- a/content/browser/frame_host/DEPS
+++ b/content/browser/frame_host/DEPS
@@ -20,4 +20,8 @@ specific_include_rules = {
"+content/browser/web_contents",
"+content/public/browser/web_contents_delegate.h",
],
+ ".*render_frame_host_impl\.h": [
+ # To get typedef of WebContents::ImageDownloadCallback.
+ "+content/public/browser/web_contents.h",
nasko 2015/07/02 08:41:07 This seems wrong. The frame_host layer doesn't and
+ ],
}

Powered by Google App Engine
This is Rietveld 408576698