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

Unified Diff: experimental/c_salt/integration_tests/property_tester.h

Issue 10928195: First round of dead file removal (Closed) Base URL: https://github.com/samclegg/nativeclient-sdk.git@master
Patch Set: Created 8 years, 3 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
Index: experimental/c_salt/integration_tests/property_tester.h
diff --git a/experimental/c_salt/integration_tests/property_tester.h b/experimental/c_salt/integration_tests/property_tester.h
deleted file mode 100644
index d9cbfd2f58638dc7da78244919f345bb2b59279e..0000000000000000000000000000000000000000
--- a/experimental/c_salt/integration_tests/property_tester.h
+++ /dev/null
@@ -1,23 +0,0 @@
-// Copyright (c) 2010 The Ginsu Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef C_SALT_INTEGRATION_TESTS_PROPERTY_TESTER_H_
-#define C_SALT_INTEGRATION_TESTS_PROPERTY_TESTER_H_
-
-#include "c_salt/scriptable_native_object.h"
-#include "c_salt/scripting_bridge_ptrs.h"
-
-// A class to test calling methods across the ScriptingBridge.
-class PropertyTester : public c_salt::ScriptableNativeObject {
- public:
- PropertyTester() {}
- virtual ~PropertyTester() {}
-
- private:
- // Methods to implement ScriptableNativeObject:
- virtual void InitializeMethods(c_salt::ScriptingBridge* bridge);
- virtual void InitializeProperties(c_salt::ScriptingBridge* bridge);
-};
-
-#endif // C_SALT_INTEGRATION_TESTS_PROPERTY_TESTER_H_
« no previous file with comments | « experimental/c_salt/integration_tests/method_tester.cc ('k') | experimental/c_salt/integration_tests/property_tester.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698