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

Unified Diff: content/public/browser/browser_accessibility_state.h

Issue 11778045: Add test for accessibility histograms. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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
« no previous file with comments | « content/browser/accessibility/browser_accessibility_state_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/browser_accessibility_state.h
diff --git a/content/public/browser/browser_accessibility_state.h b/content/public/browser/browser_accessibility_state.h
index 4c89f5aa6930afbb8eac7429c33982f6d84ef34b..269f77b4247fc22a85ad3b001353ff1274611c25 100644
--- a/content/public/browser/browser_accessibility_state.h
+++ b/content/public/browser/browser_accessibility_state.h
@@ -34,6 +34,9 @@ class CONTENT_EXPORT BrowserAccessibilityState {
// Use this to register a method to update additional accessibility
// histograms.
virtual void AddHistogramCallback(base::Closure callback) = 0;
+
+ // This method is only for testing!
+ virtual void UpdateHistograms() = 0;
Jói 2013/01/08 20:44:59 I was going to tell you to name it UpdateHistogram
};
} // namespace content
« no previous file with comments | « content/browser/accessibility/browser_accessibility_state_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698