[content shell] hook up testRunner.dumpEditingCallbacks
[chromium-blink-merge.git] / content / common / content_constants_internal.cc
blob3295a534d306dcede606a325a3f14551e7314149
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"
7 namespace content {
9 const char kFrameTreeNodeNameKey[] = "name";
10 const char kFrameTreeNodeIdKey[] = "id";
11 const char kFrameTreeNodeSubtreeKey[] = "subtree";
13 const int kHungRendererDelayMs = 30000;
15 } // namespace content