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

Unified Diff: ppapi/tests/test_talk_private.h

Issue 1088183003: Remove GTalk Pepper interfaces and related code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Missed a few references Created 5 years, 8 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/tests/test_talk_private.h
diff --git a/ppapi/tests/test_talk_private.h b/ppapi/tests/test_talk_private.h
deleted file mode 100644
index 4f641a32f5be46481d03ab71ceabe6af00ba9599..0000000000000000000000000000000000000000
--- a/ppapi/tests/test_talk_private.h
+++ /dev/null
@@ -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.
-
-#ifndef PAPPI_TESTS_TEST_TALK_PRIVATE_H_
-#define PAPPI_TESTS_TEST_TALK_PRIVATE_H_
-
-#include <string>
-
-#include "ppapi/c/private/ppb_talk_private.h"
-#include "ppapi/tests/test_case.h"
-
-class TestTalkPrivate : public TestCase {
- public:
- explicit TestTalkPrivate(TestingInstance* instance);
-
- // TestCase implementation.
- virtual bool Init();
- virtual void RunTests(const std::string& filter);
-
- private:
- std::string TestGetPermission();
-
- const PPB_Talk_Private_1_0* talk_private_interface_1;
-};
-
-#endif // PPAPI_TESTS_TEST_TALK_PRIVATE_H_

Powered by Google App Engine
This is Rietveld 408576698