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

Unified Diff: content/browser/accessibility/accessibility_win_browsertest.cc

Issue 12335101: Move some accessibility methods, enums and interfaces into the content/public API. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Remove #include which crept back in" Created 7 years, 10 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: content/browser/accessibility/accessibility_win_browsertest.cc
diff --git a/content/browser/accessibility/accessibility_win_browsertest.cc b/content/browser/accessibility/accessibility_win_browsertest.cc
index b79008d8d2ec1fb8a190b3ab4ab217ac2db709f7..892c337afb90586baf4063de38b09ce9b7d44f6c 100644
--- a/content/browser/accessibility/accessibility_win_browsertest.cc
+++ b/content/browser/accessibility/accessibility_win_browsertest.cc
@@ -205,7 +205,7 @@ void AccessibilityWinBrowserTest::LoadInitialAccessibilityTreeFromHtml(
// At this point, renderer accessibility is off and the page has completed
// loading. (Both of these must be strictly true or there will be test
// flakiness.) Now call GetRendererAccessible, which will trigger
- // changing the accessibility mode to AccessibilityModeComplete. When
+ // changing the accessibility mode to ACCESSIBILITY_MODE_COMPLETE. When
// the renderer switches accessibility on, it will send a Layout Complete
// accessibility notification containing the full accessibility tree, which
// we can wait for.

Powered by Google App Engine
This is Rietveld 408576698