Skip to content

Commit

Permalink
Address review comments
Browse files Browse the repository at this point in the history
* Change widevine settings description
* Reverted accidently deleted code
  • Loading branch information
simonhong committed Jan 20, 2021
1 parent b82fc7f commit d3edbf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/brave_generated_resources.grd
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@
Enable Widevine
</message>
<message name="IDS_SETTINGS_ENABLE_WIDEVINE_DESC" desc="Text fragment for enabling widevine component. 'Widevine' is the name of a plugin and should not be translated.">
Uses Widevine digital rights management (DRM) component to view streaming video and other content in the browser.
Use Widevine digital rights management (DRM) component to view protected streaming video and other content in the browser.
</message>
<message name="IDS_SETTINGS_ASK_WIDEVINE_INSTALL_DESC" desc="Text fragment for asking widevine install or not">
Ask when a site wants to install Widevine on your computer.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ Polymer({
this.openKeyboardShortcutsPage_ = this.openKeyboardShortcutsPage_.bind(this)
this.onWidevineEnabledChange_ = this.onWidevineEnabledChange_.bind(this)
this.restartBrowser_ = this.restartBrowser_.bind(this)
this.onTorEnabledChange_ = this.onTorEnabledChange_.bind(this)

this.addWebUIListener('brave-needs-restart-changed', (needsRestart) => {
this.showRestartToast_ = needsRestart
Expand Down

0 comments on commit d3edbf7

Please sign in to comment.