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

Unified Diff: content/browser/browser_plugin/browser_plugin_embedder.h

Issue 853333002: Browser Plugin: Make aware of focus direction. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments Created 5 years, 11 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
« no previous file with comments | « content/browser/DEPS ('k') | content/browser/browser_plugin/browser_plugin_embedder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/browser_plugin/browser_plugin_embedder.h
diff --git a/content/browser/browser_plugin/browser_plugin_embedder.h b/content/browser/browser_plugin/browser_plugin_embedder.h
index 7ea98f7773a5ea22bd168c15921fdd00b8ba8cf6..e826982b9d5cc9b865ac061cc97b08c4c96a1963 100644
--- a/content/browser/browser_plugin/browser_plugin_embedder.h
+++ b/content/browser/browser_plugin/browser_plugin_embedder.h
@@ -83,15 +83,15 @@ class CONTENT_EXPORT BrowserPluginEmbedder : public WebContentsObserver {
void ClearGuestDragStateIfApplicable();
- bool DidSendScreenRectsCallback(WebContents* guest_web_contents);
+ static bool DidSendScreenRectsCallback(WebContents* guest_web_contents);
- bool UnlockMouseIfNecessaryCallback(bool* mouse_unlocked, WebContents* guest);
-
- bool FindInGuest(int request_id,
- const base::string16& search_text,
- const blink::WebFindOptions& options,
- WebContents* guest);
+ static bool UnlockMouseIfNecessaryCallback(bool* mouse_unlocked,
+ WebContents* guest);
+ static bool FindInGuest(int request_id,
+ const base::string16& search_text,
+ const blink::WebFindOptions& options,
+ WebContents* guest);
// Message handlers.
void OnAttach(int instance_id,
const BrowserPluginHostMsg_Attach_Params& params);
« no previous file with comments | « content/browser/DEPS ('k') | content/browser/browser_plugin/browser_plugin_embedder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698