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

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

Issue 1089003003: Pass a TaskRunner through ViewsDelegate to put AX init on FILE thread (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add comment about FILE thread Created 5 years, 8 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 | « no previous file | chrome/browser/ui/views/chrome_views_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/chrome_views_delegate.h
diff --git a/chrome/browser/ui/views/chrome_views_delegate.h b/chrome/browser/ui/views/chrome_views_delegate.h
index d4d197f127122bb8efab8ac832dbf9f31c3934ec..3a0080c19e376b6e3071d98e940ca20185264430 100644
--- a/chrome/browser/ui/views/chrome_views_delegate.h
+++ b/chrome/browser/ui/views/chrome_views_delegate.h
@@ -49,6 +49,10 @@ class ChromeViewsDelegate : public views::ViewsDelegate {
#endif
ui::ContextFactory* GetContextFactory() override;
std::string GetApplicationName() override;
+#if defined(OS_LINUX) && !defined(OS_CHROMEOS)
+ scoped_refptr<base::TaskRunner>
+ GetTaskRunnerForAuraLinuxAccessibilityInit() override;
+#endif
#if defined(OS_WIN)
virtual int GetAppbarAutohideEdges(HMONITOR monitor,
const base::Closure& callback) override;
« no previous file with comments | « no previous file | chrome/browser/ui/views/chrome_views_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698