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

Side by Side Diff: content/browser/accessibility/dump_accessibility_browsertest_base.h

Issue 2317323002: Re-land (2): Fix loading accessibility tree for child frame that's already loaded. (Closed)
Patch Set: Created 4 years, 3 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 unified diff | Download patch
« no previous file with comments | « no previous file | content/browser/accessibility/dump_accessibility_browsertest_base.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include <string> 5 #include <string>
6 #include <vector> 6 #include <vector>
7 7
8 #include "base/debug/leak_annotations.h" 8 #include "base/debug/leak_annotations.h"
9 #include "base/strings/string16.h" 9 #include "base/strings/string16.h"
10 #include "build/build_config.h" 10 #include "build/build_config.h"
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 #if defined(LEAK_SANITIZER) && !defined(OS_NACL) 100 #if defined(LEAK_SANITIZER) && !defined(OS_NACL)
101 // http://crbug.com/568674 101 // http://crbug.com/568674
102 ScopedLeakSanitizerDisabler lsan_disabler; 102 ScopedLeakSanitizerDisabler lsan_disabler;
103 #endif 103 #endif
104 104
105 // The current AccessibilityTreeFormatter. 105 // The current AccessibilityTreeFormatter.
106 std::unique_ptr<AccessibilityTreeFormatter> formatter_; 106 std::unique_ptr<AccessibilityTreeFormatter> formatter_;
107 107
108 // Whether we're doing a native pass or internal/blink tree pass. 108 // Whether we're doing a native pass or internal/blink tree pass.
109 bool is_blink_pass_; 109 bool is_blink_pass_;
110
111 // Whether we should enable accessibility after navigating to the page,
112 // otherwise we enable it first.
113 bool enable_accessibility_after_navigating_;
110 }; 114 };
111 115
112 } // namespace content 116 } // namespace content
OLDNEW
« no previous file with comments | « no previous file | content/browser/accessibility/dump_accessibility_browsertest_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698