1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12

content / web_test / common / web_test_constants.cc [blame]

// Copyright 2020 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "content/web_test/common/web_test_constants.h"

namespace content {

// DictValue key to show if the work queue has something to do.
const char kDictKeyWorkQueueHasItems[] = "has_items";

}  // namespace content