1 // Copyright (c) 2012 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/common/content_constants_internal.h"
9 const char kFrameTreeNodeNameKey
[] = "name";
10 const char kFrameTreeNodeIdKey
[] = "id";
11 const char kFrameTreeNodeSubtreeKey
[] = "subtree";
13 const int kHungRendererDelayMs
= 30000;
15 } // namespace content