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

Unified Diff: extensions/browser/api/shell_private/shell_private_api_unittest.cc

Issue 662473006: Revert "app_shell: Add experimental shellPrivate extension API" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git/+/master
Patch Set: Created 6 years, 2 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 | « extensions/browser/api/shell_private/shell_private_api.cc ('k') | extensions/common/api/_api_features.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/api/shell_private/shell_private_api_unittest.cc
diff --git a/extensions/browser/api/shell_private/shell_private_api_unittest.cc b/extensions/browser/api/shell_private/shell_private_api_unittest.cc
deleted file mode 100644
index bbfb8f944e64f5d0e192753b85b58a48d2f35ba3..0000000000000000000000000000000000000000
--- a/extensions/browser/api/shell_private/shell_private_api_unittest.cc
+++ /dev/null
@@ -1,25 +0,0 @@
-// Copyright 2014 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 "extensions/browser/api/shell_private/shell_private_api.h"
-
-#include "base/memory/scoped_ptr.h"
-#include "base/values.h"
-#include "extensions/browser/api_unittest.h"
-
-namespace extensions {
-
-typedef ApiUnitTest ShellPrivateApiTest;
-
-// Verifies that the printHello function exists and can be called without
-// crashing.
-TEST_F(ShellPrivateApiTest, PrintHello) {
- scoped_ptr<base::Value> result =
- RunFunctionAndReturnValue(new ShellPrivatePrintHelloFunction, "[]");
-
- // Function returns nothing.
- EXPECT_FALSE(result.get());
-}
-
-} // namespace extensions
« no previous file with comments | « extensions/browser/api/shell_private/shell_private_api.cc ('k') | extensions/common/api/_api_features.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698