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

Unified Diff: plugins/org.chromium.sdk.wipbackend.wk120709/src/org/chromium/sdk/wip/WipBackendFactory.java

Issue 11829027: drop old backends (Closed) Base URL: https://chromedevtools.googlecode.com/svn/trunk
Patch Set: Created 7 years, 11 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 | « plugins/org.chromium.sdk.wipbackend.wk120709/src/org/chromium/sdk/internal/wip/protocol/output/WipRequest.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: plugins/org.chromium.sdk.wipbackend.wk120709/src/org/chromium/sdk/wip/WipBackendFactory.java
diff --git a/plugins/org.chromium.sdk.wipbackend.wk120709/src/org/chromium/sdk/wip/WipBackendFactory.java b/plugins/org.chromium.sdk.wipbackend.wk120709/src/org/chromium/sdk/wip/WipBackendFactory.java
deleted file mode 100644
index 401050dff690eef7a41a69da0940530496a02328..0000000000000000000000000000000000000000
--- a/plugins/org.chromium.sdk.wipbackend.wk120709/src/org/chromium/sdk/wip/WipBackendFactory.java
+++ /dev/null
@@ -1,13 +0,0 @@
-// Copyright (c) 2011 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.
-
-package org.chromium.sdk.wip;
-
-import org.chromium.sdk.internal.wip.WipBackendImpl;
-
-public class WipBackendFactory implements WipBackend.Factory {
- @Override public WipBackend create() {
- return new WipBackendImpl();
- }
-}
« no previous file with comments | « plugins/org.chromium.sdk.wipbackend.wk120709/src/org/chromium/sdk/internal/wip/protocol/output/WipRequest.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698