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

Side by Side Diff: content/test/plugin/npapi_constants.h

Issue 1182303010: Delete the NPAPI plugin browsertests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Created 5 years, 6 months 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
« no previous file with comments | « content/test/plugin/Info.plist ('k') | content/test/plugin/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
(Empty)
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
3 // found in the LICENSE file.
4
5 // Constants for the NPAPI test
6
7 #ifndef CONTENT_TEST_PLUGIN_NPAPI_CONSTANTS_H_
8 #define CONTENT_TEST_PLUGIN_NPAPI_CONSTANTS_H_
9
10 namespace NPAPIClient {
11
12 // The name of the cookie which will be used to communicate between
13 // the plugin and the test harness.
14 extern const char kTestCompleteCookie[];
15
16 // The cookie value which will be sent to the client upon successful
17 // test.
18 extern const char kTestCompleteSuccess[];
19
20 } // namespace NPAPIClient
21
22 #endif // CONTENT_TEST_PLUGIN_NPAPI_CONSTANTS_H_
OLDNEW
« no previous file with comments | « content/test/plugin/Info.plist ('k') | content/test/plugin/npapi_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698