Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #12492: Disable idle detection API #7054

Merged
merged 1 commit into from
Nov 6, 2020
Merged

Fix #12492: Disable idle detection API #7054

merged 1 commit into from
Nov 6, 2020

Conversation

jumde
Copy link
Contributor

@jumde jumde commented Nov 4, 2020

Resolves brave/brave-browser#12492

Submitter Checklist:

Test Plan:

  1. Navigate to Settings > Site Settings and verify that user presence is not available

Reviewer Checklist:

  • New files have MPL-2.0 license header.
  • Request a security/privacy review as needed.
  • Adequate test coverage exists to prevent regressions
  • Verify test plan is specified in PR before merging to source

After-merge Checklist:

  • The associated issue milestone is set to the smallest version that the
    changes has landed on.
  • All relevant documentation has been updated.

Copy link
Contributor

@samartnik samartnik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@@ -236,6 +236,7 @@ bool BraveMainDelegate::BasicStartupComplete(int* exit_code) {
network_time::kNetworkTimeServiceQuerying.name,
password_manager::features::kPasswordCheck.name,
safe_browsing::kEnhancedProtection.name,
features::kIdleDetection.name,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: alphabetical

@@ -75,6 +75,7 @@ IN_PROC_BROWSER_TEST_F(BraveMainDelegateBrowserTest, DisabledFeatures) {
&network_time::kNetworkTimeServiceQuerying,
&password_manager::features::kPasswordCheck,
&safe_browsing::kEnhancedProtection,
&features::kIdleDetection,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: alphabetical

Copy link
Member

@SergeyZhukovsky SergeyZhukovsky left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

++

@jumde
Copy link
Contributor Author

jumde commented Nov 6, 2020

browser-test failures on macos/windows/linux are known

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

New settings about User Presence under site settings
4 participants