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

Unified Diff: ash/frame/caption_buttons/alternate_frame_size_button_unittest.cc

Issue 263083005: Remove "Alternate frame caption button style" command line flag (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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: ash/frame/caption_buttons/alternate_frame_size_button_unittest.cc
diff --git a/ash/frame/caption_buttons/alternate_frame_size_button_unittest.cc b/ash/frame/caption_buttons/alternate_frame_size_button_unittest.cc
index 92c7bbca9539e56a0f6efe0351e70461ec839301..9fd4b0f90d92cd6d49d551661cc16d0389b20f84 100644
--- a/ash/frame/caption_buttons/alternate_frame_size_button_unittest.cc
+++ b/ash/frame/caption_buttons/alternate_frame_size_button_unittest.cc
@@ -4,13 +4,11 @@
#include "ash/frame/caption_buttons/alternate_frame_size_button.h"
-#include "ash/ash_switches.h"
#include "ash/frame/caption_buttons/frame_caption_button.h"
#include "ash/frame/caption_buttons/frame_caption_button_container_view.h"
#include "ash/shell.h"
#include "ash/test/ash_test_base.h"
#include "ash/wm/window_state.h"
-#include "base/command_line.h"
#include "base/i18n/rtl.h"
#include "grit/ash_resources.h"
#include "ui/aura/test/event_generator.h"
@@ -127,10 +125,6 @@ class AlternateFrameSizeButtonTest : public AshTestBase {
virtual void SetUp() OVERRIDE {
AshTestBase::SetUp();
- CommandLine* command_line = CommandLine::ForCurrentProcess();
- command_line->AppendSwitch(
- switches::kAshEnableAlternateFrameCaptionButtonStyle);
-
TestWidgetDelegate* delegate = new TestWidgetDelegate();
window_state_ = ash::wm::GetWindowState(
CreateWidget(delegate)->GetNativeWindow());

Powered by Google App Engine
This is Rietveld 408576698