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

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: Make UpdateHistograms private, add comment about content vs chrome 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
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..9017f2c18b52d88ca2f0ae26263b62716f66a645 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 public only for testing!
Jói 2013/01/08 23:14:14 The comment is redundant now, given the naming.
dmazzoni 2013/01/08 23:32:33 Done.
+ virtual void UpdateHistogramsForTesting() = 0;
};
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698