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

Side by Side Diff: chrome/test/ppapi/ppapi_test.h

Issue 11316316: Implement an IsAllowed function in the pepper PPB_Broker_Trusted API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 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 | « chrome/test/ppapi/ppapi_browsertest.cc ('k') | content/browser/ppapi_plugin_process_host.h » ('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) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 #ifndef CHROME_TEST_PPAPI_PPAPI_TEST_H_ 5 #ifndef CHROME_TEST_PPAPI_PPAPI_TEST_H_
6 #define CHROME_TEST_PPAPI_PPAPI_TEST_H_ 6 #define CHROME_TEST_PPAPI_PPAPI_TEST_H_
7 7
8 #include <list> 8 #include <list>
9 #include <string> 9 #include <string>
10 10
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 }; 132 };
133 133
134 class PPAPINaClTestDisallowedSockets : public PPAPITestBase { 134 class PPAPINaClTestDisallowedSockets : public PPAPITestBase {
135 public: 135 public:
136 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE; 136 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE;
137 137
138 virtual std::string BuildQuery(const std::string& base, 138 virtual std::string BuildQuery(const std::string& base,
139 const std::string& test_case) OVERRIDE; 139 const std::string& test_case) OVERRIDE;
140 }; 140 };
141 141
142 class PPAPIBrokerInfoBarTest : public PPAPITest { 142 class PPAPIBrokerInfoBarTest : public OutOfProcessPPAPITest {
143 public: 143 public:
144 // PPAPITestBase override: 144 // PPAPITestBase override:
145 virtual void SetUpOnMainThread() OVERRIDE; 145 virtual void SetUpOnMainThread() OVERRIDE;
146 }; 146 };
147 147
148 #endif // CHROME_TEST_PPAPI_PPAPI_TEST_H_ 148 #endif // CHROME_TEST_PPAPI_PPAPI_TEST_H_
OLDNEW
« no previous file with comments | « chrome/test/ppapi/ppapi_browsertest.cc ('k') | content/browser/ppapi_plugin_process_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698