summaryrefslogtreecommitdiffstats
path: root/webkit/glue/plugins/test/npapi_constants.cc
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/glue/plugins/test/npapi_constants.cc')
-rw-r--r--webkit/glue/plugins/test/npapi_constants.cc10
1 files changed, 10 insertions, 0 deletions
diff --git a/webkit/glue/plugins/test/npapi_constants.cc b/webkit/glue/plugins/test/npapi_constants.cc
new file mode 100644
index 0000000..75cc68f
--- /dev/null
+++ b/webkit/glue/plugins/test/npapi_constants.cc
@@ -0,0 +1,10 @@
+// Copyright (c) 2006-2008 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/glue/plugins/test/npapi_constants.h"
+
+namespace NPAPIClient {
+const char kTestCompleteCookie[] = "status";
+const char kTestCompleteSuccess[] = "OK";
+}