Skip to content

Commit 4b51982

Browse files
authored
fix: TS import (#290)
1 parent 0ede8e4 commit 4b51982

1 file changed

Lines changed: 11 additions & 3 deletions

File tree

patches/user-preferences.patch

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,18 @@ index d5079082c7..d75f6a430f 100644
106106
<cr-link-row id="advanced-protection-program-link" class="hr"
107107
label="$i18n{advancedProtectionProgramTitle}"
108108
diff --git a/chrome/browser/resources/settings/privacy_page/security_page.ts b/chrome/browser/resources/settings/privacy_page/security_page.ts
109-
index b101a4795d..4e5a110caf 100644
109+
index b101a4795d..83c8252dd3 100644
110110
--- a/chrome/browser/resources/settings/privacy_page/security_page.ts
111111
+++ b/chrome/browser/resources/settings/privacy_page/security_page.ts
112-
@@ -103,6 +103,19 @@ export class SettingsSecurityPageElement extends
112+
@@ -28,6 +28,7 @@ import {PolymerElement} from 'chrome://resources/polymer/v3_0/polymer/polymer_bu
113+
114+
import type {SettingsRadioGroupElement} from '../controls/settings_radio_group.js';
115+
import type {SettingsToggleButtonElement} from '../controls/settings_toggle_button.js';
116+
+import type {DropdownMenuOptionList} from '../controls/settings_dropdown_menu.js';
117+
import type {FocusConfig} from '../focus_config.js';
118+
import {HatsBrowserProxyImpl, SecurityPageInteraction} from '../hats_browser_proxy.js';
119+
import {loadTimeData} from '../i18n_setup.js';
120+
@@ -103,6 +104,19 @@ export class SettingsSecurityPageElement extends
113121
},
114122
// </if>
115123

@@ -129,7 +137,7 @@ index b101a4795d..4e5a110caf 100644
129137
/**
130138
* Whether the secure DNS setting should be displayed.
131139
*/
132-
@@ -250,6 +263,7 @@ export class SettingsSecurityPageElement extends
140+
@@ -250,6 +264,7 @@ export class SettingsSecurityPageElement extends
133141
// <if expr="chrome_root_store_cert_management_ui">
134142
private enableCertManagementUIV2_: boolean;
135143
// </if>

0 commit comments

Comments
 (0)