| Index: chrome/browser/tab_contents/chrome_web_contents_view_delegate_aura.cc
|
| ===================================================================
|
| --- chrome/browser/tab_contents/chrome_web_contents_view_delegate_aura.cc (revision 130454)
|
| +++ chrome/browser/tab_contents/chrome_web_contents_view_delegate_aura.cc (working copy)
|
| @@ -24,22 +24,6 @@
|
| 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) {
|
| -}
|
|
|