Make sure webrtc::VideoSourceInterface is released on the main render thread.
[chromium-blink-merge.git] / content / public / browser / navigation_details.cc
blob2eb2ba1ca87880497f7637311bcf48fd834f5eb3
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "content/public/browser/navigation_details.h"
7 namespace content {
9 LoadCommittedDetails::LoadCommittedDetails()
10 : entry(NULL),
11 type(content::NAVIGATION_TYPE_UNKNOWN),
12 previous_entry_index(-1),
13 did_replace_entry(false),
14 is_in_page(false),
15 is_main_frame(true),
16 http_status_code(0) {
19 } // namespace content