chromium/chrome/test/data/extensions/platform_apps/web_view/findability_isolation/message_titles.js

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

var SET_WINDOW_NAME = 'Set window.name.';
var SET_WINDOW_NAME_COMPLETE = 'Set window.name - complete.';

var FIND_WINDOW_BY_NAME = 'Find window by name.';
var FIND_WINDOW_BY_NAME_COMPLETE = 'Find window by name - complete.';