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

Unified Diff: android_webview/browser/aw_dev_tools_discovery_provider.h

Issue 2300703005: DevTools: merge devtools_http_handler into content - it is used in all the embedders anyways. (Closed)
Patch Set: for_landing! Created 4 years, 3 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: android_webview/browser/aw_dev_tools_discovery_provider.h
diff --git a/android_webview/browser/aw_dev_tools_discovery_provider.h b/android_webview/browser/aw_dev_tools_discovery_provider.h
deleted file mode 100644
index 52aff5ae2221a89538696cfd0dbbd54033b600f4..0000000000000000000000000000000000000000
--- a/android_webview/browser/aw_dev_tools_discovery_provider.h
+++ /dev/null
@@ -1,25 +0,0 @@
-// Copyright 2015 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 ANDROID_WEBVIEW_BROWSER_AW_DEV_TOOLS_DISCOVERY_PROVIDER_H_
-#define ANDROID_WEBVIEW_BROWSER_AW_DEV_TOOLS_DISCOVERY_PROVIDER_H_
-
-#include "base/macros.h"
-
-namespace android_webview {
-
-class AwDevToolsDiscoveryProvider {
- public:
- // Installs provider to devtools_discovery.
- static void Install();
-
- private:
- AwDevToolsDiscoveryProvider();
- ~AwDevToolsDiscoveryProvider();
- DISALLOW_COPY_AND_ASSIGN(AwDevToolsDiscoveryProvider);
-};
-
-} // namespace android_webview
-
-#endif // ANDROID_WEBVIEW_BROWSER_AW_DEV_TOOLS_DISCOVERY_PROVIDER_H_
« no previous file with comments | « android_webview/browser/aw_content_browser_client.cc ('k') | android_webview/browser/aw_dev_tools_discovery_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698