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

Unified Diff: chrome/browser/ui/views/frame/test_with_browser_view.h

Issue 1699973002: Remove HostDesktopType from BrowserWithTestWindowTest (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@metro-mode-22
Patch Set: cros Created 4 years, 10 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: chrome/browser/ui/views/frame/test_with_browser_view.h
diff --git a/chrome/browser/ui/views/frame/test_with_browser_view.h b/chrome/browser/ui/views/frame/test_with_browser_view.h
index 611ff083fa14ec9c6db26604a5e41c1e689318c1..211d97036aeb8f88579ecefd9849f1a096028f4d 100644
--- a/chrome/browser/ui/views/frame/test_with_browser_view.h
+++ b/chrome/browser/ui/views/frame/test_with_browser_view.h
@@ -26,9 +26,7 @@ class ScopedTestingLocalState;
class TestWithBrowserView : public BrowserWithTestWindowTest {
public:
TestWithBrowserView();
- TestWithBrowserView(Browser::Type browser_type,
- chrome::HostDesktopType host_desktop_type,
- bool hosted_app);
+ TestWithBrowserView(Browser::Type browser_type, bool hosted_app);
~TestWithBrowserView() override;
// BrowserWithTestWindowTest overrides:

Powered by Google App Engine
This is Rietveld 408576698