Skip to content

Commit

Permalink
171
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex313031 committed Oct 24, 2023
1 parent b2d416d commit 0c5f6d4
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 23 deletions.
12 changes: 5 additions & 7 deletions args.gn
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
google_api_key = ""
google_default_client_id = ""
google_default_client_secret = ""
google_api_key = "AIzaSyBOti4mM-6x9WDnZIjIeyEU21OpBXqWBgw"
google_default_client_id = "77185425430.apps.googleusercontent.com"
google_default_client_secret = "OTJgUOQcT7lO7GsGZq2G4IlT"
visual_studio_version = "2022"
clang_base_path = "/usr/lib/llvm-16"
clang_version = "16"
Expand Down Expand Up @@ -56,11 +56,9 @@ enable_library_cdms = true
enable_widevine = true
bundle_widevine_cdm = true
# enable_widevine_cdm_component = true
enable_media_foundation_widevine_cdm = true
enable_cdm_host_verification = true
enable_cdm_storage_id = true
# enable_media_foundation_widevine_cdm = true
# enable_cdm_host_verification = true
enable_widevine_cdm_host_verification = true
enable_rlz = true
ignore_missing_widevine_signing_cert = true
enable_media_drm_storage = true
# enable_media_overlay = true
Expand Down
6 changes: 2 additions & 4 deletions other/AVX2/AVX2_args.gn
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,9 @@ enable_library_cdms = true
enable_widevine = true
bundle_widevine_cdm = true
# enable_widevine_cdm_component = true
enable_media_foundation_widevine_cdm = true
enable_cdm_host_verification = true
enable_cdm_storage_id = true
# enable_media_foundation_widevine_cdm = true
# enable_cdm_host_verification = true
enable_widevine_cdm_host_verification = true
enable_rlz = true
ignore_missing_widevine_signing_cert = true
enable_media_drm_storage = true
# enable_media_overlay = true
Expand Down
6 changes: 2 additions & 4 deletions other/SSE2/SSE2_args.gn
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,9 @@ enable_library_cdms = true
enable_widevine = true
bundle_widevine_cdm = true
# enable_widevine_cdm_component = true
enable_media_foundation_widevine_cdm = true
enable_cdm_host_verification = true
enable_cdm_storage_id = true
# enable_media_foundation_widevine_cdm = true
# enable_cdm_host_verification = true
enable_widevine_cdm_host_verification = true
enable_rlz = true
ignore_missing_widevine_signing_cert = true
enable_media_drm_storage = true
# enable_media_overlay = true
Expand Down
6 changes: 2 additions & 4 deletions other/SSE3/SSE3_args.gn
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,9 @@ enable_library_cdms = true
enable_widevine = true
bundle_widevine_cdm = true
# enable_widevine_cdm_component = true
enable_media_foundation_widevine_cdm = true
enable_cdm_host_verification = true
enable_cdm_storage_id = true
# enable_media_foundation_widevine_cdm = true
# enable_cdm_host_verification = true
enable_widevine_cdm_host_verification = true
enable_rlz = true
ignore_missing_widevine_signing_cert = true
enable_media_drm_storage = true
# enable_media_overlay = true
Expand Down
2 changes: 1 addition & 1 deletion src/DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -1258,7 +1258,7 @@ deps = {
Var('chromium_git') + '/devtools/devtools-frontend' + '@' + Var('devtools_frontend_revision'),

'src/third_party/devtools-frontend-internal': {
'url': 'https://chrome-internal.googlesource.com/devtools/devtools-internal.git' + '@' + '0485cb52a1c1b8e2cc5655fa8cb9312d1332549c',
'url': 'https://chrome-internal.googlesource.com/devtools/devtools-internal.git' + '@' + 'af38374b5793ebdc18715fb51bfde38effd259b0',
'condition': 'checkout_src_internal',
},

Expand Down
4 changes: 2 additions & 2 deletions src/chrome/browser/ui/ui_features.cc
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ BASE_FEATURE(kPowerBookmarksSidePanel,
// accessibility.
BASE_FEATURE(kProminentDarkModeActiveTabTitle,
"ProminentDarkModeActiveTabTitle",
base::FEATURE_DISABLED_BY_DEFAULT);
base::FEATURE_ENABLED_BY_DEFAULT);

// Enables the QuickCommands UI surface. See https://crbug.com/1014639
BASE_FEATURE(kQuickCommands,
Expand Down Expand Up @@ -225,7 +225,7 @@ const char kTabHoverCardAlternateFormat[] = "alternate_format";
// Enables tab outlines in additional situations for accessibility.
BASE_FEATURE(kTabOutlinesInLowContrastThemes,
"TabOutlinesInLowContrastThemes",
base::FEATURE_DISABLED_BY_DEFAULT);
base::FEATURE_ENABLED_BY_DEFAULT);

BASE_FEATURE(kTabSearchChevronIcon,
"TabSearchChevronIcon",
Expand Down
2 changes: 1 addition & 1 deletion version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ else
export CR_SRC_DIR
fi

THOR_VER="109.0.5414.169"
THOR_VER="109.0.5414.171"

export THOR_VER &&

Expand Down

0 comments on commit 0c5f6d4

Please sign in to comment.