Commit d73b3eff authored by Haixia Shi's avatar Haixia Shi

Chrome OS: add wallpaper picker to the whitelist for alpha_enabled.

The whitelist allows the alpha_enabled flag to be used on Beta and Stable
channels.

BUG=410550
TBR=jackhou@chromium.org, benwells@chromium.org
TEST=verify on Chrome OS device that wallpaper picker works on Beta channel.

Review URL: https://codereview.chromium.org/546103002

Cr-Commit-Position: refs/heads/master@{#293582}
parent 45cab11d
...@@ -204,6 +204,9 @@ bool AppWindowCreateFunction::RunAsync() { ...@@ -204,6 +204,9 @@ bool AppWindowCreateFunction::RunAsync() {
if (options->alpha_enabled.get()) { if (options->alpha_enabled.get()) {
const char* whitelist[] = { const char* whitelist[] = {
#if defined(OS_CHROMEOS)
"B58B99751225318C7EB8CF4688B5434661083E07", // http://crbug.com/410550
#endif
"0F42756099D914A026DADFA182871C015735DD95", // http://crbug.com/323773 "0F42756099D914A026DADFA182871C015735DD95", // http://crbug.com/323773
"2D22CDB6583FD0A13758AEBE8B15E45208B4E9A7", "2D22CDB6583FD0A13758AEBE8B15E45208B4E9A7",
"E7E2461CE072DF036CF9592740196159E2D7C089", // http://crbug.com/356200 "E7E2461CE072DF036CF9592740196159E2D7C089", // http://crbug.com/356200
......
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