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

Unified Diff: chrome/browser/accessibility/accessibility_events.cc

Issue 408103002: Added accessible name to bookmark_bar_instructions_view. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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: chrome/browser/accessibility/accessibility_events.cc
diff --git a/chrome/browser/accessibility/accessibility_events.cc b/chrome/browser/accessibility/accessibility_events.cc
index ab278790140f3936342d95284f476e78a88d994a..acb16cb9446171774b032694da9aa2ca81d072d6 100644
--- a/chrome/browser/accessibility/accessibility_events.cc
+++ b/chrome/browser/accessibility/accessibility_events.cc
@@ -48,7 +48,6 @@ void SendWindowAccessibilityNotification(
}
}
-
David Tseng 2014/07/22 04:50:49 nit: not needed?
AccessibilityControlInfo::AccessibilityControlInfo(
Profile* profile, const std::string& name)
: AccessibilityEventInfo(profile),

Powered by Google App Engine
This is Rietveld 408576698