Update to Chromium version 93.0.4577.0 (#902210)

This commit is contained in:
Marshall Greenblatt
2021-07-23 12:40:13 -04:00
parent 1ffa5528b3
commit b4ea0496e7
141 changed files with 1188 additions and 1061 deletions

View File

@@ -13,10 +13,10 @@ index 4960b1067e1c4..2686fa5bc550b 100644
{base::MayBlock(), base::TaskPriority::USER_VISIBLE,
base::TaskShutdownBehavior::SKIP_ON_SHUTDOWN});
diff --git content/browser/browser_context.cc content/browser/browser_context.cc
index a7734981fc762..7137c46a38d5c 100644
index 42f3b85ab0485..d8b50c18afd0e 100644
--- content/browser/browser_context.cc
+++ content/browser/browser_context.cc
@@ -141,7 +141,7 @@ StoragePartition* BrowserContext::GetStoragePartition(
@@ -136,7 +136,7 @@ StoragePartition* BrowserContext::GetStoragePartition(
StoragePartition* BrowserContext::GetStoragePartition(
const StoragePartitionConfig& storage_partition_config,
bool can_create) {
@@ -25,7 +25,7 @@ index a7734981fc762..7137c46a38d5c 100644
// An off the record profile MUST only use in memory storage partitions.
CHECK(storage_partition_config.in_memory());
}
@@ -385,7 +385,8 @@ BrowserContext::CreateVideoDecodePerfHistory() {
@@ -386,7 +386,8 @@ BrowserContext::CreateVideoDecodePerfHistory() {
const bool kUseInMemoryDBDefault = false;
bool use_in_memory_db = base::GetFieldTrialParamByFeatureAsBool(
media::kMediaCapabilitiesWithParameters, kUseInMemoryDBParamName,
@@ -58,10 +58,10 @@ index 0095de1d05fd1..0e651cbcbe541 100644
// static
diff --git storage/browser/database/database_tracker.cc storage/browser/database/database_tracker.cc
index 2bdd932ceb3a0..5a35d16ccd5aa 100644
index c96e3fad1a70f..302b2be31d8dc 100644
--- storage/browser/database/database_tracker.cc
+++ storage/browser/database/database_tracker.cc
@@ -495,7 +495,7 @@ bool DatabaseTracker::LazyInit() {
@@ -562,7 +562,7 @@ bool DatabaseTracker::LazyInit() {
databases_table_ = std::make_unique<DatabasesTable>(db_.get());
meta_table_ = std::make_unique<sql::MetaTable>();