Index: content/renderer/render_frame_impl.h |
diff --git a/content/renderer/render_frame_impl.h b/content/renderer/render_frame_impl.h |
index d1731be222111b2dea5bf60785f8dfa10e02e495..fde0006473e24c0c0f30894581e8d5c9c525d302 100644 |
--- a/content/renderer/render_frame_impl.h |
+++ b/content/renderer/render_frame_impl.h |
@@ -26,7 +26,7 @@ |
#include "base/process/process_handle.h" |
#include "base/single_thread_task_runner.h" |
#include "build/build_config.h" |
-#include "content/common/accessibility_mode_enums.h" |
+#include "content/common/accessibility_mode.h" |
#include "content/common/associated_interface_registry_impl.h" |
#include "content/common/download/mhtml_save_status.h" |
#include "content/common/frame.mojom.h" |
@@ -1313,8 +1313,7 @@ class CONTENT_EXPORT RenderFrameImpl |
// The current accessibility mode. |
AccessibilityMode accessibility_mode_; |
- // Only valid if |accessibility_mode_| is anything other than |
- // AccessibilityModeOff. |
+ // Only valid if |accessibility_mode_| has not flags. |
dmazzoni
2017/03/13 22:18:15
nit: has no flags set?
dougt
2017/03/14 03:18:23
Done.
|
RenderAccessibilityImpl* render_accessibility_; |
std::unique_ptr<RelatedAppsFetcher> related_apps_fetcher_; |