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

Unified Diff: chrome/browser/ui/views/frame/web_app_left_header_view_ash_unittest.cc

Issue 772533005: Enable the new bookmark apps system by default. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update one more test Created 6 years 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/web_app_left_header_view_ash_unittest.cc
diff --git a/chrome/browser/ui/views/frame/web_app_left_header_view_ash_unittest.cc b/chrome/browser/ui/views/frame/web_app_left_header_view_ash_unittest.cc
index 035400288479be6f08e1e86710899cf737aec7f7..1c59dfab87b0be182007ab177346b577451d2924 100644
--- a/chrome/browser/ui/views/frame/web_app_left_header_view_ash_unittest.cc
+++ b/chrome/browser/ui/views/frame/web_app_left_header_view_ash_unittest.cc
@@ -32,9 +32,6 @@ class WebAppLeftHeaderViewTest : public TestWithBrowserView {
// TestWithBrowserView override:
void SetUp() override {
- CommandLine::ForCurrentProcess()->AppendSwitch(
- switches::kEnableStreamlinedHostedApps);
-
TestWithBrowserView::SetUp();
// Setup a fake toolbar to enable testing.

Powered by Google App Engine
This is Rietveld 408576698