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

Unified Diff: chrome/browser/tab_contents/chrome_web_contents_view_delegate_aura.cc

Issue 9959119: Revert 130442 - Adds a TabContentsViewAura. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 9 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: 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) {
-}

Powered by Google App Engine
This is Rietveld 408576698