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

Side by Side Diff: chrome/test/data/nacl/nameservice/pm_nameservice_test.cc

Issue 126803003: Port nameservice test from nacl_integration to browser_tests. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: DEPS Created 6 years, 11 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
OLDNEW
1 /* 1 /*
2 * Copyright (c) 2012 The Chromium Authors. All rights reserved. 2 * Copyright (c) 2012 The Chromium Authors. All rights reserved.
3 * Use of this source code is governed by a BSD-style license that can be 3 * Use of this source code is governed by a BSD-style license that can be
4 * found in the LICENSE file. 4 * found in the LICENSE file.
5 */ 5 */
6 6
7 /* 7 /*
8 * Post-message based test for simple rpc based access to name services. 8 * Post-message based test for simple rpc based access to name services.
9 * 9 *
10 * Converted from srpc_nameservice_test (deprecated), i.e., C -> C++, 10 * Converted from srpc_nameservice_test (deprecated), i.e., C -> C++,
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
257 }; 257 };
258 258
259 namespace pp { 259 namespace pp {
260 260
261 // Factory function for your specialization of the Module object. 261 // Factory function for your specialization of the Module object.
262 Module* CreateModule() { 262 Module* CreateModule() {
263 return new MyModule(); 263 return new MyModule();
264 } 264 }
265 265
266 } // namespace pp 266 } // namespace pp
OLDNEW
« no previous file with comments | « chrome/test/data/nacl/nacl_test_data.gyp ('k') | chrome/test/data/nacl/nameservice/pm_nameservice_test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698