CodeHealth: Fix a few random places to use single quotes or good grammar
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Solomon Kinard would like Kyle Charbonneau to review this change.
CodeHealth: Fix a few random places to use single quotes or good grammar
This CL was uploaded by git cl split.
R=kyle...@chromium.org
diff --git a/base/threading/thread_restrictions.h b/base/threading/thread_restrictions.h
index 6f000c21..016a4499 100644
--- a/base/threading/thread_restrictions.h
+++ b/base/threading/thread_restrictions.h
@@ -691,7 +691,7 @@
friend base::FilePath printing::GetAbsoluteSystemDestinationLocation(
const base::FilePath&);
- ScopedAllowBlocking(const Location& from_here = Location::Current());
+ explicit ScopedAllowBlocking(const Location& from_here = Location::Current());
~ScopedAllowBlocking();
const AutoReset<BooleanWithOptionalStack> resetter_;
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Solomon Kinard would like Alexander Hendrich to review this change.
CodeHealth: Fix a few random places to use single quotes or good grammar
This CL was uploaded by git cl split.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Solomon Kinard would like Ben Reich to review this change.
CodeHealth: Fix a few random places to use single quotes or good grammar
This CL was uploaded by git cl split.
diff --git a/chrome/browser/extensions/api/file_system/chrome_file_system_delegate.cc b/chrome/browser/extensions/api/file_system/chrome_file_system_delegate.cc
index 115b911..d0e4d07 100644
--- a/chrome/browser/extensions/api/file_system/chrome_file_system_delegate.cc
+++ b/chrome/browser/extensions/api/file_system/chrome_file_system_delegate.cc
@@ -114,7 +114,7 @@
return false;
// TODO(asargent/benwells) - As a short term remediation for
- // crbug.com/179010 we're adding the ability for a allowlisted extension to
+ // crbug.com/179010 we're adding the ability for an allowlisted extension to
// use this API since chrome.fileBrowserHandler.selectFile is ChromeOS-only.
// Eventually we'd like a better solution and likely this code will go back
// to being platform-app only.
diff --git a/chrome/browser/extensions/api/file_system/consent_provider_impl.h b/chrome/browser/extensions/api/file_system/consent_provider_impl.h
index d03d047..ed22542f 100644
--- a/chrome/browser/extensions/api/file_system/consent_provider_impl.h
+++ b/chrome/browser/extensions/api/file_system/consent_provider_impl.h
@@ -64,7 +64,7 @@
// Checks if the extension was launched in auto-launch kiosk mode.
virtual bool IsAutoLaunched(const Extension& extension) = 0;
- // Checks if the extension is a allowlisted component extension or app.
+ // Checks if the extension is an allowlisted component extension or app.
virtual bool IsAllowlistedComponent(const Extension& extension) = 0;
};
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Solomon Kinard would like Devlin Cronin to review this change.
CodeHealth: Fix a few random places to use single quotes or good grammar
This CL was uploaded by git cl split.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Solomon Kinard would like Sorin Jianu to review this change.
CodeHealth: Fix a few random places to use single quotes or good grammar
This CL was uploaded by git cl split.
diff --git a/chrome/browser/extensions/updater/extension_updater.cc b/chrome/browser/extensions/updater/extension_updater.cc
index b976ad4..c130c60a 100644
--- a/chrome/browser/extensions/updater/extension_updater.cc
+++ b/chrome/browser/extensions/updater/extension_updater.cc
@@ -525,7 +525,7 @@
// extensions or external component extensions) with foreground fetch
// priority; otherwise their installation may be throttled by bandwidth
// limits.
- // See https://crbug.com/904600 and https://crbug.com/965686.
+ // See https://crbug.com/41425994 and https://crbug.com/41460304.
const bool is_high_priority_extension_pending =
pending_extension_manager->HasHighPriorityPendingExtension();
if (CanUseUpdateService(pending_id)) {
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |