// Copyright 2013 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CHROME_BROWSER_UI_SCREEN_CAPTURE_NOTIFICATION_UI_H_ #define CHROME_BROWSER_UI_SCREEN_CAPTURE_NOTIFICATION_UI_H_ #include <string> #include "base/functional/callback.h" #include "chrome/browser/media/webrtc/media_stream_capture_indicator.h" // Interface for screen capture notification UI shown when content of the screen // is being captured. class ScreenCaptureNotificationUI : public MediaStreamUI { … }; #endif // CHROME_BROWSER_UI_SCREEN_CAPTURE_NOTIFICATION_UI_H_