Commit 756ceea6 authored by Ramin Halavati's avatar Ramin Halavati Committed by Commit Bot

Remove Braille IME preferences from incognito Whitelist.

Braille IME preferences are not actual preferences and are never
written/modified from an incognito window. So they are removed from
incognito persistent whitelist.

Bug: 861722
Change-Id: Id8ac77909c0927eebfdf6e0a2e9e5afce528c5d9
Reviewed-on: https://chromium-review.googlesource.com/1180891Reviewed-by: default avatarDavid Tseng <dtseng@chromium.org>
Commit-Queue: Ramin Halavati <rhalavati@chromium.org>
Cr-Commit-Position: refs/heads/master@{#585040}
parent 7b7729f3
......@@ -30,7 +30,6 @@
#if defined(OS_CHROMEOS)
#include "ash/public/cpp/ash_pref_names.h"
#include "ui/base/ime/chromeos/extension_ime_util.h"
#endif // defined(OS_CHROMEOS)
namespace {
......@@ -643,16 +642,6 @@ const char* const kTemporaryIncognitoWhitelist[] = {
// components/web_resource/web_resource_pref_names.h
prefs::kEulaAccepted,
// ui/base/ime/chromeos/extension_ime_util.h
#if defined(OS_CHROMEOS)
chromeos::extension_ime_util::kBrailleImeExtensionId,
chromeos::extension_ime_util::kBrailleImeExtensionPath,
// TODO(https://crbug.com/861722): Check with code owners why this pref is
// required in tests, if possible, update tests and remove.
chromeos::extension_ime_util::kBrailleImeEngineId,
#endif // defined(OS_CHROMEOS)
};
} // namespace
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment