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

Unified Diff: content/public/browser/browser_plugin_guest_manager.h

Issue 1042743002: Make Edit>Speech>Speak Selection work for PDFs on Mac (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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/browser/browser_plugin_guest_manager.h
diff --git a/content/public/browser/browser_plugin_guest_manager.h b/content/public/browser/browser_plugin_guest_manager.h
index 0ab13c0188882c44844e982d271a4853a6a2a26c..fd430f89c041e93d0f8ab5b4ffe74999b1002940 100644
--- a/content/public/browser/browser_plugin_guest_manager.h
+++ b/content/public/browser/browser_plugin_guest_manager.h
@@ -29,6 +29,8 @@ class CONTENT_EXPORT BrowserPluginGuestManager {
typedef base::Callback<bool(WebContents*)> GuestCallback;
virtual bool ForEachGuest(WebContents* embedder_web_contents,
const GuestCallback& callback);
+
+ virtual WebContents* GetFullPageGuest(WebContents* embedder_web_contents);
Fady Samuel 2015/04/01 21:55:14 nit: Add comment as to what this does.
raymes 2015/04/13 11:00:31 Done.
};
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698