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

Unified Diff: components/sessions/serialized_navigation_entry.cc

Issue 257823003: Cleanup: Remove unnecessary DCHECKs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sessions/serialized_navigation_entry.cc
diff --git a/components/sessions/serialized_navigation_entry.cc b/components/sessions/serialized_navigation_entry.cc
index 5b5a8c49fd22ec39801ecdde1d5787d0162a08cb..c0ed8d2a835a7cc44ef29f8df0c6c7558e6dbd55 100644
--- a/components/sessions/serialized_navigation_entry.cc
+++ b/components/sessions/serialized_navigation_entry.cc
@@ -150,10 +150,6 @@ SerializedNavigationEntry SerializedNavigationEntry::FromSyncData(
navigation.http_status_code_ = sync_data.http_status_code();
- // We shouldn't sync session data for managed users down at the moment.
- DCHECK(!sync_data.has_blocked_state());
- DCHECK_EQ(0, sync_data.content_pack_categories_size());
-
navigation.Sanitize();
navigation.is_restored_ = true;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698