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

Unified Diff: chrome/browser/renderer_host/render_widget_host_view.h

Issue 3582015: Revert 61704 - Make BrowserAccessibilityManager cross platform. Step 2. In Pr... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 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: chrome/browser/renderer_host/render_widget_host_view.h
===================================================================
--- chrome/browser/renderer_host/render_widget_host_view.h (revision 61706)
+++ chrome/browser/renderer_host/render_widget_host_view.h (working copy)
@@ -14,7 +14,6 @@
#include <vector>
#include "app/surface/transport_dib.h"
-#include "chrome/browser/accessibility/browser_accessibility_manager.h"
#include "gfx/native_widget_types.h"
#include "third_party/skia/include/core/SkBitmap.h"
#include "third_party/WebKit/WebKit/chromium/public/WebPopupType.h"
@@ -48,7 +47,7 @@
// the surrounding environment and passing them to the RenderWidgetHost, and
// for actually displaying the content of the RenderWidgetHost when it
// changes.
-class RenderWidgetHostView : public BrowserAccessibilityDelegate {
+class RenderWidgetHostView {
public:
virtual ~RenderWidgetHostView() {}
@@ -257,10 +256,6 @@
const std::vector<ViewHostMsg_AccessibilityNotification_Params>& params) {
}
- // Implementation of BrowserAccessibilityDelegate:
- virtual void SetAccessibilityFocus(int acc_obj_id) { }
- virtual void AccessibilityDoDefaultAction(int acc_obj_id) { }
-
protected:
// Interface class only, do not construct.
RenderWidgetHostView() : popup_type_(WebKit::WebPopupTypeNone) {}

Powered by Google App Engine
This is Rietveld 408576698