summaryrefslogtreecommitdiffstats
path: root/content/browser/browser_plugin/browser_plugin_guest.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/browser_plugin/browser_plugin_guest.h')
-rw-r--r--content/browser/browser_plugin/browser_plugin_guest.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/content/browser/browser_plugin/browser_plugin_guest.h b/content/browser/browser_plugin/browser_plugin_guest.h
index e1f342b..a54c0cc 100644
--- a/content/browser/browser_plugin/browser_plugin_guest.h
+++ b/content/browser/browser_plugin/browser_plugin_guest.h
@@ -104,6 +104,9 @@ class CONTENT_EXPORT BrowserPluginGuest : public WebContentsObserver {
// Sets the focus state of the current RenderWidgetHostView.
void SetFocus(RenderWidgetHost* rwh, bool focused);
+ // Sets the tooltip text.
+ void SetTooltipText(const base::string16& tooltip_text);
+
// Sets the lock state of the pointer. Returns true if |allowed| is true and
// the mouse has been successfully locked.
bool LockMouse(bool allowed);