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

Unified Diff: content/browser/accessibility/browser_accessibility_state_impl.h

Issue 11348342: Revert 170590 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years 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/browser_accessibility_state_impl.h
===================================================================
--- content/browser/accessibility/browser_accessibility_state_impl.h (revision 170692)
+++ content/browser/accessibility/browser_accessibility_state_impl.h (working copy)
@@ -5,8 +5,6 @@
#ifndef CONTENT_BROWSER_ACCESSIBILITY_BROWSER_ACCESSIBILITY_STATE_IMPL_H_
#define CONTENT_BROWSER_ACCESSIBILITY_BROWSER_ACCESSIBILITY_STATE_IMPL_H_
-#include <vector>
-
#include "base/basictypes.h"
#include "base/compiler_specific.h"
#include "base/memory/singleton.h"
@@ -43,7 +41,6 @@
virtual void OnAccessibilityEnabledManually() OVERRIDE;
virtual void OnScreenReaderDetected() OVERRIDE;
virtual bool IsAccessibleBrowser() OVERRIDE;
- virtual void AddHistogramCallback(base::Closure callback) OVERRIDE;
// Called a short while after startup to allow time for the accessibility
// state to be determined. Updates a histogram with the current state.
@@ -63,8 +60,6 @@
AccessibilityMode accessibility_mode_;
- std::vector<base::Closure> histogram_callbacks_;
-
DISALLOW_COPY_AND_ASSIGN(BrowserAccessibilityStateImpl);
};

Powered by Google App Engine
This is Rietveld 408576698