Connect coral feature to backend
Implement CoralController as a mojo service proxy with some hardcoded
options settings. Make BirchCoralProvider parse the response from
controller.
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Hi reviewers, please help me review this change, thanks.
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Can you please fix the failing tests?
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Can you please fix the failing tests?
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Code-Review | +1 |
Shell::Get()->birch_model()->SetCoralItems(items);
To make the coral provider and birch model consistent, shall we clear the groups_ data as well or move L278 to L270? Also, do we need to empty the response_?
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
coral::mojom::CacheEmbeddingsResultPtr result);
Please for the above the functions, add proper docs.
base::OnceCallback<void(bool)> callback,
Please document what is this callback and what is this bool.
coral::mojom::GroupResultPtr result);
Nit: Blank line after this
"//chromeos/ash/components/mojo_service_manager",
Is this needed here?
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Commit-Queue | +1 |
To make the coral provider and birch model consistent, shall we clear the groups_ data as well or move L278 to L270? Also, do we need to empty the response_?
Done
Please for the above the functions, add proper docs.
Done
Please document what is this callback and what is this bool.
Done
Nit: Blank line after this
Done
"//chromeos/ash/components/mojo_service_manager",
Howard YangIs this needed here?
Removed
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Code-Review | +1 |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Code-Review | +1 |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Connect coral feature to backend
Implement CoralController as a mojo service proxy with some hardcoded
options settings. Make BirchCoralProvider parse the response from
controller.
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
FYI. This caused CoralBrowserTest.PostLoginBrowser test to fail (b/370844780).
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
FYI. This caused CoralBrowserTest.PostLoginBrowser test to fail (b/370844780).
I'll look into this, but I wonder why it's not caught by CQ. Is the failure flaky?
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Howard YangFYI. This caused CoralBrowserTest.PostLoginBrowser test to fail (b/370844780).
I'll look into this, but I wonder why it's not caught by CQ. Is the failure flaky?
I'm not sure. Failure is observed on linux-chromeos-chrome and it's deterministic, not flaky... Details @ b/370844780. This has now been reverted @ https://crrev.com/c/5904274
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |