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

Unified Diff: trunk/src/chrome/browser/chromeos/extensions/wallpaper_apitest.cc

Issue 167243002: Revert 251087 "Add wallpaper api tests" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 10 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 | « no previous file | trunk/src/chrome/chrome_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/chrome/browser/chromeos/extensions/wallpaper_apitest.cc
===================================================================
--- trunk/src/chrome/browser/chromeos/extensions/wallpaper_apitest.cc (revision 251365)
+++ trunk/src/chrome/browser/chromeos/extensions/wallpaper_apitest.cc (working copy)
@@ -1,12 +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 "chrome/browser/extensions/extension_apitest.h"
-#include "net/dns/mock_host_resolver.h"
-
-IN_PROC_BROWSER_TEST_F(ExtensionApiTest, Wallpaper) {
- host_resolver()->AddRule("a.com", "127.0.0.1");
- ASSERT_TRUE(StartEmbeddedTestServer());
- ASSERT_TRUE(RunExtensionTest("wallpaper")) << message_;
-}
« no previous file with comments | « no previous file | trunk/src/chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698