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

Unified Diff: trunk/src/content/browser/frame_host/render_frame_host_delegate.h

Issue 408663006: Revert 284065 "Revert of Revert of Migrate accessibility from Re..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 5 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: trunk/src/content/browser/frame_host/render_frame_host_delegate.h
===================================================================
--- trunk/src/content/browser/frame_host/render_frame_host_delegate.h (revision 284469)
+++ trunk/src/content/browser/frame_host/render_frame_host_delegate.h (working copy)
@@ -5,19 +5,12 @@
#ifndef CONTENT_BROWSER_FRAME_HOST_RENDER_FRAME_HOST_DELEGATE_H_
#define CONTENT_BROWSER_FRAME_HOST_RENDER_FRAME_HOST_DELEGATE_H_
-#include <vector>
-
#include "base/basictypes.h"
#include "base/i18n/rtl.h"
#include "content/common/content_export.h"
-#include "content/common/frame_message_enums.h"
#include "content/public/common/javascript_message_type.h"
#include "content/public/common/media_stream_request.h"
-#if defined(OS_WIN)
-#include "ui/gfx/native_widget_types.h"
-#endif
-
class GURL;
namespace IPC {
@@ -27,7 +20,6 @@
namespace content {
class RenderFrameHost;
class WebContents;
-struct AXEventNotificationDetails;
struct ContextMenuParams;
// An interface implemented by an object interested in knowing about the state
@@ -127,18 +119,6 @@
const MediaStreamRequest& request,
const MediaResponseCallback& callback);
- // Get the accessibility mode for the WebContents that owns this frame.
- virtual AccessibilityMode GetAccessibilityMode() const;
-
- // Invoked when an accessibility event is received from the renderer.
- virtual void AccessibilityEventReceived(
- const std::vector<AXEventNotificationDetails>& details) {}
-
-#if defined(OS_WIN)
- // Returns the frame's parent's NativeViewAccessible.
- virtual gfx::NativeViewAccessible GetParentNativeViewAccessible();
-#endif
-
protected:
virtual ~RenderFrameHostDelegate() {}
};

Powered by Google App Engine
This is Rietveld 408576698