Skip to content

Commit

Permalink
bug 1331286 - remove accessibility.ipc_architecture_enabled pref r=da…
Browse files Browse the repository at this point in the history
…vidb
  • Loading branch information
tbsaunde committed Jan 16, 2017
1 parent 559c7e3 commit 1697309
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 1 addition & 6 deletions accessible/base/nsAccessibilityService.h
Original file line number Diff line number Diff line change
Expand Up @@ -343,12 +343,7 @@ void MaybeShutdownAccService(uint32_t aFormerConsumer);
inline bool
IPCAccessibilityActive()
{
#ifdef MOZ_B2G
return false;
#else
return XRE_IsContentProcess() &&
mozilla::Preferences::GetBool("accessibility.ipc_architecture.enabled", true);
#endif
return XRE_IsContentProcess();
}

/**
Expand Down
2 changes: 0 additions & 2 deletions modules/libpref/init/all.js
Original file line number Diff line number Diff line change
Expand Up @@ -859,8 +859,6 @@ pref("canvas.imagebitmap_extensions.enabled", true);
// further checks.
pref("accessibility.force_disabled", 0);

pref("accessibility.ipc_architecture.enabled", true);

pref("accessibility.AOM.enabled", false);

#ifdef XP_WIN
Expand Down

0 comments on commit 1697309

Please sign in to comment.