[AUTO][FILECONTROL] - version 134.0.6998.89

This commit is contained in:
uazo
2025-03-11 03:02:24 +00:00
committed by github-actions[bot]
parent 387be3e56b
commit 67db5e23a0
4 changed files with 1 additions and 30 deletions
+1 -1
View File
@@ -1 +1 @@
134.0.6998.39
134.0.6998.89
@@ -1116,8 +1116,6 @@ inline const char kCryptAuthEnrollmentUserPrivateKey[] =
inline const char kLacrosLaunchOnLogin[] = "lacros.launch_on_login";
inline const char kLacrosLaunchSwitch[] = "lacros_launch_switch";
inline const char kLacrosSelection[] = "lacros_selection";
inline constexpr char kAccessibilityCursorColorEnabled[] =
"settings.a11y.cursor_color_enabled";
#endif
// Deprecated 12/2024.
@@ -1594,7 +1592,6 @@ void RegisterProfilePrefsForMigration(
registry->RegisterStringPref(kCryptAuthEnrollmentUserPrivateKey,
std::string());
registry->RegisterBooleanPref(kLacrosLaunchOnLogin, false);
registry->RegisterBooleanPref(kAccessibilityCursorColorEnabled, false);
#endif
// Deprecated 12/2024.
@@ -2898,7 +2895,6 @@ void MigrateObsoleteProfilePrefs(PrefService* profile_prefs,
profile_prefs->ClearPref(kCryptAuthEnrollmentUserPublicKey);
profile_prefs->ClearPref(kCryptAuthEnrollmentUserPrivateKey);
profile_prefs->ClearPref(kLacrosLaunchOnLogin);
profile_prefs->ClearPref(kAccessibilityCursorColorEnabled);
#endif
// Added 12/2024.
@@ -264,7 +264,6 @@ namespace {
// Sets mandatory V8 flags.
void SetFlags(IsolateHolder::ScriptMode mode,
const std::string& js_command_line_flags) {
SetV8Flags("--js-explicit-resource-management");
if (IsolateHolder::kStrictMode == mode) {
SetV8Flags("--use_strict");
@@ -118,16 +118,6 @@ interface AnimationTimeline
getter currentTime
getter duration
method constructor
interface AsyncDisposableStack
attribute @@toStringTag
getter disposed
method Symbol(Symbol.asyncDispose)
method adopt
method constructor
method defer
method disposeAsync
method move
method use
interface Attr : Node
attribute @@toStringTag
getter localName
@@ -1659,16 +1649,6 @@ interface DevicePosture : EventTarget
getter type
method constructor
setter onchange
interface DisposableStack
attribute @@toStringTag
getter disposed
method Symbol(Symbol.dispose)
method adopt
method constructor
method defer
method dispose
method move
method use
interface Document : Node
static method parseHTMLUnsafe
attribute @@toStringTag
@@ -9035,10 +9015,6 @@ interface SubtleCrypto
method unwrapKey
method verify
method wrapKey
interface SuppressedError : Error
attribute message
attribute name
method constructor
interface SyncManager
attribute @@toStringTag
method constructor