| // 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 |