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

Unified Diff: chrome/test/mini_installer_test/switch_builder.h

Issue 301223007: Delete old mini_installer_test. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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/test/mini_installer_test/switch_builder.h
diff --git a/chrome/test/mini_installer_test/switch_builder.h b/chrome/test/mini_installer_test/switch_builder.h
deleted file mode 100644
index 94d039ff25cbee74ebc1f961a4e9b81b3c63b7f9..0000000000000000000000000000000000000000
--- a/chrome/test/mini_installer_test/switch_builder.h
+++ /dev/null
@@ -1,33 +0,0 @@
-// Copyright (c) 2012 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef CHROME_TEST_MINI_INSTALLER_TEST_SWITCH_BUILDER_H_
-#define CHROME_TEST_MINI_INSTALLER_TEST_SWITCH_BUILDER_H_
-
-#include "base/basictypes.h"
-#include "base/command_line.h"
-
-namespace installer_test {
-
-// Builds commandline arguments for Chrome installation.
-class SwitchBuilder {
- public:
- SwitchBuilder();
- ~SwitchBuilder();
-
- const base::CommandLine& GetSwitches() const;
-
- SwitchBuilder& AddChrome();
- SwitchBuilder& AddChromeFrame();
- SwitchBuilder& AddMultiInstall();
- SwitchBuilder& AddSystemInstall();
-
- private:
- base::CommandLine switches_;
- DISALLOW_COPY_AND_ASSIGN(SwitchBuilder);
-};
-
-} // namespace
-
-#endif // CHROME_TEST_MINI_INSTALLER_TEST_SWITCH_BUILDER_H_

Powered by Google App Engine
This is Rietveld 408576698