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

Unified Diff: chrome/browser/chromeos/accessibility/accessibility_manager.h

Issue 320753002: Support javascript gtests in an extension background page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: WS Created 6 years, 6 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/chromeos/accessibility/accessibility_manager.h
diff --git a/chrome/browser/chromeos/accessibility/accessibility_manager.h b/chrome/browser/chromeos/accessibility/accessibility_manager.h
index 91a4f4c8a5c56d238c05f0c57d6684087dad1e24..c60734a9b0bdef355dce1338b05d1e3a8432f698 100644
--- a/chrome/browser/chromeos/accessibility/accessibility_manager.h
+++ b/chrome/browser/chromeos/accessibility/accessibility_manager.h
@@ -189,6 +189,8 @@ class AccessibilityManager
// Notify accessibility when locale changes occur.
void OnLocaleChanged();
+ Profile* profile() { return profile_; }
+
protected:
AccessibilityManager();
virtual ~AccessibilityManager();
@@ -236,7 +238,6 @@ class AccessibilityManager
virtual void InputMethodChanged(input_method::InputMethodManager* manager,
bool show_message) OVERRIDE;
-
// Profile which has the current a11y context.
Profile* profile_;

Powered by Google App Engine
This is Rietveld 408576698