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

Unified Diff: ui/accessibility/platform/atk_util_auralinux.h

Issue 2709963004: Remove gconf usage from atk_util_auralinux (Closed)
Patch Set: Remove gconf config, move constants to top Created 3 years, 10 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 | « ui/accessibility/BUILD.gn ('k') | ui/accessibility/platform/atk_util_auralinux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/accessibility/platform/atk_util_auralinux.h
diff --git a/ui/accessibility/platform/atk_util_auralinux.h b/ui/accessibility/platform/atk_util_auralinux.h
index f609109e10ab6874c7b1adbcc7142666478ec2d9..06cd8881beda4b3ee33de89cb2757b642f781678 100644
--- a/ui/accessibility/platform/atk_util_auralinux.h
+++ b/ui/accessibility/platform/atk_util_auralinux.h
@@ -33,9 +33,7 @@ class AtkUtilAuraLinux {
void CheckIfAccessibilityIsEnabledOnFileThread();
void FinishAccessibilityInitOnUIThread();
-#if defined(USE_GCONF)
bool is_enabled_;
-#endif
};
} // namespace ui
« no previous file with comments | « ui/accessibility/BUILD.gn ('k') | ui/accessibility/platform/atk_util_auralinux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698