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

Side by Side Diff: chrome/browser/ui/webui/media_router/media_router_test.h

Issue 2410553002: Show Media Router toolbar icon ephemerally for MR dialogs (Closed)
Patch Set: DISALLOW_COPY_AND_ASSIGN MockMediaRouterActionController 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 unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #ifndef CHROME_BROWSER_UI_WEBUI_MEDIA_ROUTER_MEDIA_ROUTER_TEST_H_
6 #define CHROME_BROWSER_UI_WEBUI_MEDIA_ROUTER_MEDIA_ROUTER_TEST_H_
7
8 #include "base/macros.h"
9 #include "chrome/test/base/browser_with_test_window_test.h"
10
11 class BrowserWindow;
12
13 class MediaRouterTest : public BrowserWithTestWindowTest {
14 public:
15 MediaRouterTest();
16 ~MediaRouterTest() override;
17
18 protected:
19 // BrowserWithTestWindowTest override.
20 BrowserWindow* CreateBrowserWindow() override;
21
22 private:
23 DISALLOW_COPY_AND_ASSIGN(MediaRouterTest);
24 };
25
26 #endif // CHROME_BROWSER_UI_WEBUI_MEDIA_ROUTER_MEDIA_ROUTER_TEST_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698