Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(320)

Unified Diff: components/content_settings/core/browser/host_content_settings_map.cc

Issue 2873143002: Image Capture: wire setPhotoOptions() for Win (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/content_settings/core/browser/host_content_settings_map.cc
diff --git a/components/content_settings/core/browser/host_content_settings_map.cc b/components/content_settings/core/browser/host_content_settings_map.cc
index 358a1bc3689b4151951124f66170c04a9323609b..c24ef94c4c71cce42a37e9bd2a68c91987d1005b 100644
--- a/components/content_settings/core/browser/host_content_settings_map.cc
+++ b/components/content_settings/core/browser/host_content_settings_map.cc
@@ -240,8 +240,8 @@ void HostContentSettingsMap::RegisterProvider(
content_settings_providers_[type] = std::move(provider);
#ifndef NDEBUG
- DCHECK_NE(used_from_thread_id_, base::kInvalidThreadId)
- << "Used from multiple threads before initialization complete.";
+// DCHECK_NE(used_from_thread_id_, base::kInvalidThreadId)
robliao 2017/05/11 05:14:07 Should this code instead be deleted or is this an
mcasas 2017/05/12 18:52:49 Ooops, unintended upload, this was a workaround fo
+// << "Used from multiple threads before initialization complete.";
#endif
OnContentSettingChanged(ContentSettingsPattern(),
@@ -940,4 +940,4 @@ HostContentSettingsMap::GetContentSettingValueAndPatterns(
void HostContentSettingsMap::SetClockForTesting(
std::unique_ptr<base::Clock> clock) {
pref_provider_->SetClockForTesting(std::move(clock));
-}
+}
« no previous file with comments | « no previous file | media/capture/video/win/video_capture_device_win.h » ('j') | media/capture/video/win/video_capture_device_win.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698