| Index: chrome/browser/tab_contents/chrome_web_contents_view_delegate_aura.cc
|
| ===================================================================
|
| --- chrome/browser/tab_contents/chrome_web_contents_view_delegate_aura.cc (revision 130641)
|
| +++ chrome/browser/tab_contents/chrome_web_contents_view_delegate_aura.cc (working copy)
|
| @@ -24,6 +24,22 @@
|
| return bookmark_handler_.get();
|
| }
|
|
|
| +void ChromeWebContentsViewDelegateAura::StoreFocus() {
|
| +}
|
| +
|
| +void ChromeWebContentsViewDelegateAura::RestoreFocus() {
|
| +}
|
| +
|
| +bool ChromeWebContentsViewDelegateAura::Focus() {
|
| + return false;
|
| +}
|
| +
|
| +void ChromeWebContentsViewDelegateAura::TakeFocus(bool reverse) {
|
| +}
|
| +
|
| void ChromeWebContentsViewDelegateAura::ShowContextMenu(
|
| const content::ContextMenuParams& params) {
|
| }
|
| +
|
| +void ChromeWebContentsViewDelegateAura::SizeChanged(const gfx::Size& size) {
|
| +}
|
|
|