// Copyright 2015 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// Different message types for the host app and the guest webviews.
var START_TEST = 'Start the test.';
var TEST_ENDED = 'Test ended.';
var SET_COOKIES = 'Set the given cookie.';
var SET_COOKIES_COMPLETE = 'Cookie was set to the given value.';
var GET_COOKIES = 'Get cookies.';
var GET_COOKIES_COMPLETE = 'Cookies are ready.';
var CLEAR_COOKIES = 'Clear all cookies.'
var CLEAR_COOKIES_COMPLETE = 'Cookies cleard.';