Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(238)

Side by Side Diff: webkit/plugins/npapi/test/npapi_constants.h

Issue 5996003: Revert "Revert 69755 - Move the NPAPI files from webkit/glue/plugins to webkit/plugins/npapi" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « webkit/glue/webkitclient_impl.cc ('k') | webkit/plugins/npapi/test/npapi_constants.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // Constants for the NPAPI test 5 // Constants for the NPAPI test
6 6
7 #ifndef WEBKIT_PORT_PLUGINS_TEST_NPAPI_CONSTANTS_H__ 7 #ifndef WEBKIT_PLUGINS_NPAPI_TEST_NPAPI_CONSTANTS_H_
8 #define WEBKIT_PORT_PLUGINS_TEST_NPAPI_CONSTANTS_H__ 8 #define WEBKIT_PLUGINS_NPAPI_TEST_NPAPI_CONSTANTS_H_
9 9
10 namespace NPAPIClient { 10 namespace NPAPIClient {
11
11 // The name of the cookie which will be used to communicate between 12 // The name of the cookie which will be used to communicate between
12 // the plugin and the test harness. 13 // the plugin and the test harness.
13 extern const char kTestCompleteCookie[]; 14 extern const char kTestCompleteCookie[];
14 15
15 // The cookie value which will be sent to the client upon successful 16 // The cookie value which will be sent to the client upon successful
16 // test. 17 // test.
17 extern const char kTestCompleteSuccess[]; 18 extern const char kTestCompleteSuccess[];
18 } 19
19 #endif // WEBKIT_PORT_PLUGINS_TEST_NPAPI_CONSTANTS_H__ 20 } // namespace NPAPIClient
21
22 #endif // WEBKIT_PLUGINS_NPAPI_TEST_NPAPI_CONSTANTS_H_
OLDNEW
« no previous file with comments | « webkit/glue/webkitclient_impl.cc ('k') | webkit/plugins/npapi/test/npapi_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698