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

Unified Diff: content/browser/renderer_host/render_view_host_impl.cc

Issue 10658029: Revert 144115 - Manage IsolatedContext with reference counts (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 6 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: content/browser/renderer_host/render_view_host_impl.cc
===================================================================
--- content/browser/renderer_host/render_view_host_impl.cc (revision 144132)
+++ content/browser/renderer_host/render_view_host_impl.cc (working copy)
@@ -552,7 +552,6 @@
DCHECK(isolated_context);
std::string filesystem_id = isolated_context->RegisterIsolatedFileSystem(
filesets);
- DCHECK(!filesystem_id.empty());
policy->GrantReadFileSystem(renderer_id, filesystem_id);
filtered_data.filesystem_id = UTF8ToUTF16(filesystem_id);
« no previous file with comments | « content/browser/child_process_security_policy_impl.cc ('k') | content/browser/renderer_host/render_view_host_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698