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

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

Issue 659233002: STASH: Epic Experimental patch for toolkit-views App List on Mac Base URL: https://chromium.googlesource.com/chromium/src.git/+/master
Patch Set: Fix a few things. Works@master Created 6 years, 2 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/web_contents_view_delegate.h
diff --git a/content/public/browser/web_contents_view_delegate.h b/content/public/browser/web_contents_view_delegate.h
index ecbd0ff968ae1cd3170c3175283aaea49434814b..9e5f40b7f9ab51c29821579bc7b3860ad70f408e 100644
--- a/content/public/browser/web_contents_view_delegate.h
+++ b/content/public/browser/web_contents_view_delegate.h
@@ -47,12 +47,12 @@ class CONTENT_EXPORT WebContentsViewDelegate {
const ContextMenuParams& params);
// These methods allow the embedder to intercept a WebContentsView's
- // implementation of these methods. See the WebContentsView interface
- // documentation for more information about these methods.
- virtual void StoreFocus();
- virtual void RestoreFocus();
+ // implementation of these methods by returning true. See the WebContentsView
+ // interface documentation for more information about these methods.
+ virtual bool StoreFocus();
+ virtual bool RestoreFocus();
virtual bool Focus();
- virtual void TakeFocus(bool reverse);
+ virtual bool TakeFocus(bool reverse);
virtual void SizeChanged(const gfx::Size& size);
// Shows a popup window containing the |zoomed_bitmap| of web content with
« no previous file with comments | « content/public/browser/content_browser_client.cc ('k') | content/public/browser/web_contents_view_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698