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

Unified Diff: chrome/browser/ui/ash/cast_config_delegate_chromeos.h

Issue 2424183002: Remove Chromecast extension support from cast system tray menu. (Closed)
Patch Set: Additional removals Created 4 years, 1 month 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: chrome/browser/ui/ash/cast_config_delegate_chromeos.h
diff --git a/chrome/browser/ui/ash/cast_config_delegate_chromeos.h b/chrome/browser/ui/ash/cast_config_delegate_chromeos.h
deleted file mode 100644
index c92f8411907744dc9474530bd7b155a6b9a2292a..0000000000000000000000000000000000000000
--- a/chrome/browser/ui/ash/cast_config_delegate_chromeos.h
+++ /dev/null
@@ -1,39 +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 CHROME_BROWSER_UI_ASH_CAST_CONFIG_DELEGATE_CHROMEOS_H_
-#define CHROME_BROWSER_UI_ASH_CAST_CONFIG_DELEGATE_CHROMEOS_H_
-
-#include <string>
-
-#include "ash/common/cast_config_delegate.h"
-#include "base/compiler_specific.h"
-#include "base/macros.h"
-#include "base/values.h"
-
-namespace chromeos {
-
-// A class which allows the ash tray to communicate with the cast extension.
-class CastConfigDelegateChromeos : public ash::CastConfigDelegate {
- public:
- CastConfigDelegateChromeos();
- ~CastConfigDelegateChromeos() override;
-
- private:
- // CastConfigDelegate:
- bool HasCastExtension() const override;
- void RequestDeviceRefresh() override;
- void CastToReceiver(const std::string& receiver_id) override;
- void StopCasting(const std::string& activity_id) override;
- bool HasOptions() const override;
- void LaunchCastOptions() override;
- void AddObserver(ash::CastConfigDelegate::Observer* observer) override;
- void RemoveObserver(ash::CastConfigDelegate::Observer* observer) override;
-
- DISALLOW_COPY_AND_ASSIGN(CastConfigDelegateChromeos);
-};
-
-} // namespace chromeos
-
-#endif // CHROME_BROWSER_UI_ASH_CAST_CONFIG_DELEGATE_CHROMEOS_H_

Powered by Google App Engine
This is Rietveld 408576698