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

Unified Diff: chrome/test/data/nacl/simple.cc

Issue 10827356: Revert 151716 - Add NaCl smoke test to browser_tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/data/nacl/nacl_test_data.gyp ('k') | chrome/test/nacl/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/nacl/simple.cc
===================================================================
--- chrome/test/data/nacl/simple.cc (revision 151723)
+++ chrome/test/data/nacl/simple.cc (working copy)
@@ -1,27 +0,0 @@
-// Copyright (c) 2012 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 "ppapi/cpp/instance.h"
-#include "ppapi/cpp/module.h"
-
-class SimpleInstance : public pp::Instance {
- public:
- explicit SimpleInstance(PP_Instance instance) : pp::Instance(instance) {
- }
-};
-
-class SimpleModule : public pp::Module {
- public:
- virtual pp::Instance* CreateInstance(PP_Instance instance) {
- return new SimpleInstance(instance);
- }
-};
-
-namespace pp {
-
-Module* CreateModule() {
- return new SimpleModule();
-}
-
-} // namespace pp
« no previous file with comments | « chrome/test/data/nacl/nacl_test_data.gyp ('k') | chrome/test/nacl/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698