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

Unified Diff: chromecast/browser/devtools/cast_dev_tools_delegate.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: chromecast/browser/devtools/cast_dev_tools_delegate.h
diff --git a/chromecast/browser/devtools/cast_dev_tools_delegate.h b/chromecast/browser/devtools/cast_dev_tools_delegate.h
deleted file mode 100644
index dbe4a0b9d4d6fff564f1b02788bd19fddb73bf8a..0000000000000000000000000000000000000000
--- a/chromecast/browser/devtools/cast_dev_tools_delegate.h
+++ /dev/null
@@ -1,31 +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.
-
-#ifndef CHROMECAST_BROWSER_DEVTOOLS_CAST_DEV_TOOLS_DELEGATE_H_
-#define CHROMECAST_BROWSER_DEVTOOLS_CAST_DEV_TOOLS_DELEGATE_H_
-
-#include "base/macros.h"
-#include "components/devtools_http_handler/devtools_http_handler_delegate.h"
-
-namespace chromecast {
-namespace shell {
-
-class CastDevToolsDelegate :
- public devtools_http_handler::DevToolsHttpHandlerDelegate {
- public:
- CastDevToolsDelegate();
- ~CastDevToolsDelegate() override;
-
- // devtools_http_handler::DevToolsHttpHandlerDelegate implementation.
- std::string GetDiscoveryPageHTML() override;
- std::string GetFrontendResource(const std::string& path) override;
-
- private:
- DISALLOW_COPY_AND_ASSIGN(CastDevToolsDelegate);
-};
-
-} // namespace shell
-} // namespace chromecast
-
-#endif // CHROMECAST_BROWSER_DEVTOOLS_CAST_DEV_TOOLS_DELEGATE_H_
« no previous file with comments | « chromecast/browser/cast_content_browser_client.cc ('k') | chromecast/browser/devtools/cast_dev_tools_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698