diff options
Diffstat (limited to 'webkit/plugins/npapi/test/npapi_constants.cc')
-rw-r--r-- | webkit/plugins/npapi/test/npapi_constants.cc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/webkit/plugins/npapi/test/npapi_constants.cc b/webkit/plugins/npapi/test/npapi_constants.cc new file mode 100644 index 0000000..94d3284 --- /dev/null +++ b/webkit/plugins/npapi/test/npapi_constants.cc @@ -0,0 +1,12 @@ +// Copyright (c) 2010 The Chromium Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +#include "webkit/plugins/npapi/test/npapi_constants.h" + +namespace NPAPIClient { + +const char kTestCompleteCookie[] = "status"; +const char kTestCompleteSuccess[] = "OK"; + +} // namespace NPAPIClient |