| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
"IOS.Gemini.EntryPoint.Impression";You'll need a new entry in `histograms.xml` for this too
base::UserMetricsAction("MobileGeminiEntryPointImpression "));Please remove the empty space
base::UmaHistogramEnumeration(kEntryPointImpressionHistogram, entry_point);What are you trying to achieve with this histogram? This will get logged for each omnibox impression which might not provide much value
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
You'll need a new entry in `histograms.xml` for this too
Done
base::UserMetricsAction("MobileGeminiEntryPointImpression "));Please remove the empty space
Done
base::UmaHistogramEnumeration(kEntryPointImpressionHistogram, entry_point);What are you trying to achieve with this histogram? This will get logged for each omnibox impression which might not provide much value
This is the reason, basically needed for explain with gemini: https://screenshot.googleplex.com/4qSfmdhqGBaxWsd
I haven't yet figured out where to record it for explain with gemini to make sure it's only logged when the entry point is shown. If you are concerned about extra logging for omnibox (why though? space is a concern?) I can add a new method just for explain with gemini. Thought it would be useful as we add more entry points that might not be visible on all tabs.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
code lgtm, but please wait for Adam review
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
Lgtm thanks!
base::UmaHistogramEnumeration(kEntryPointImpressionHistogram, entry_point);Yasaman SedaghatWhat are you trying to achieve with this histogram? This will get logged for each omnibox impression which might not provide much value
This is the reason, basically needed for explain with gemini: https://screenshot.googleplex.com/4qSfmdhqGBaxWsd
I haven't yet figured out where to record it for explain with gemini to make sure it's only logged when the entry point is shown. If you are concerned about extra logging for omnibox (why though? space is a concern?) I can add a new method just for explain with gemini. Thought it would be useful as we add more entry points that might not be visible on all tabs.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |