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

Unified Diff: ppapi/shared_impl/unittest_utils.h

Issue 1140953003: PPAPI Testing: Clean up location of ppapi::StripTestPrefixes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: move to shared_impl Created 5 years, 7 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: ppapi/shared_impl/unittest_utils.h
diff --git a/ppapi/shared_impl/unittest_utils.h b/ppapi/shared_impl/unittest_utils.h
deleted file mode 100644
index a6fb296ea64cd7fc6da0c512bada0aa4aaa82c1f..0000000000000000000000000000000000000000
--- a/ppapi/shared_impl/unittest_utils.h
+++ /dev/null
@@ -1,24 +0,0 @@
-// Copyright (c) 2013 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.
-
-#ifndef PPAPI_SHARED_IMPL_UNITTEST_UTILS_H_
-#define PPAPI_SHARED_IMPL_UNITTEST_UTILS_H_
-
-#include "ppapi/c/pp_var.h"
-
-namespace ppapi {
-
-// Compares two vars for equality. This is a deep comparison (the entire graph
-// is traversed recursively). The function guarantees that the topology of the
-// two PP_Var graphs being compared is identical, including graphs with cycles.
-// If |test_string_references| is set to true, then incoming references to
-// string vars in the two graphs must be isomorphic. Otherwise only the content
-// of the strings is tested for equality.
-bool TestEqual(const PP_Var& expected,
- const PP_Var& actual,
- bool test_string_references);
-
-} // namespace ppapi
-
-#endif // PPAPI_SHARED_IMPL_UNITTEST_UTILS_H_

Powered by Google App Engine
This is Rietveld 408576698