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

Unified Diff: chrome/browser/ui/views/accessibility_event_router_views.h

Issue 9665026: Make views Slider accessible on Chrome OS (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Change value to stringValue Created 8 years, 9 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/ui/views/accessibility_event_router_views.h
diff --git a/chrome/browser/ui/views/accessibility_event_router_views.h b/chrome/browser/ui/views/accessibility_event_router_views.h
index 04e519a86a4592773b70b5fd53c91acb32b31003..b53be99c407332f99ccbb0e6b3327330dd2c7669 100644
--- a/chrome/browser/ui/views/accessibility_event_router_views.h
+++ b/chrome/browser/ui/views/accessibility_event_router_views.h
@@ -113,6 +113,10 @@ class AccessibilityEventRouterViews {
views::View* view,
int type,
Profile* profile);
+ static void SendSliderNotification(
+ views::View* view,
+ int type,
+ Profile* profile);
// Return the name of a view.
static std::string GetViewName(views::View* view);

Powered by Google App Engine
This is Rietveld 408576698