Index: chrome/browser/guest_view/web_view/chrome_web_view_guest_delegate.h |
diff --git a/chrome/browser/guest_view/web_view/chrome_web_view_guest_delegate.h b/chrome/browser/guest_view/web_view/chrome_web_view_guest_delegate.h |
index 3419de73729e50aefeec2e70a629bf42cc6bc346..682f4a233738427bd9b9d1bf3d5e01fadeea5d4b 100644 |
--- a/chrome/browser/guest_view/web_view/chrome_web_view_guest_delegate.h |
+++ b/chrome/browser/guest_view/web_view/chrome_web_view_guest_delegate.h |
@@ -59,14 +59,14 @@ class ChromeWebViewGuestDelegate : public WebViewGuestDelegate { |
// We only need the ids to be unique for a given WebViewGuest. |
int pending_context_menu_request_id_; |
- // Set to |true| if ChromeVox was already injected in main frame. |
- bool chromevox_injected_; |
- |
// Holds the RenderViewContextMenuBase that has been built but yet to be |
// shown. This is .reset() after ShowContextMenu(). |
std::unique_ptr<RenderViewContextMenuBase> pending_menu_; |
#if defined(OS_CHROMEOS) |
+ // Set to |true| if ChromeVox was already injected in main frame. |
+ bool chromevox_injected_ = false; |
+ |
// Subscription to receive notifications on changes to a11y settings. |
std::unique_ptr<chromeos::AccessibilityStatusSubscription> |
accessibility_subscription_; |