Index: chrome/browser/ui/tab_helpers.h |
diff --git a/chrome/browser/ui/tab_helpers.h b/chrome/browser/ui/tab_helpers.h |
index 1c678f2b55a08b530b7c09e7db86c4f0b2ee0b15..44547d46f2b3b47110fa911b8f332bc89fdcf961 100644 |
--- a/chrome/browser/ui/tab_helpers.h |
+++ b/chrome/browser/ui/tab_helpers.h |
@@ -50,6 +50,10 @@ class TabHelpers { |
// the full set of tab helpers to deal with it. |
friend class prerender::PrerenderContents; |
+ // The print preview distiller needs to generate print previews, |
+ // which is supported by tab helpers. |
Avi (use Gerrit)
2015/07/21 20:47:58
But not *all* the tab helpers. Please explicitly a
arjunpatel
2015/07/23 16:19:45
Acknowledged.
|
+ friend class PrintPreviewDistiller; |
+ |
// Adopts the specified WebContents as a full-fledged browser tab, attaching |
// all the associated tab helpers that are needed for the WebContents to |
// serve in that role. It is safe to call this on a WebContents that was |