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

Unified Diff: chrome/test/mini_installer_test/mini_installer_test_constants.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/mini_installer_test_constants.h
diff --git a/chrome/test/mini_installer_test/mini_installer_test_constants.h b/chrome/test/mini_installer_test/mini_installer_test_constants.h
deleted file mode 100644
index e0c3f481f5d555bc2527f3ab5db24c6457c50813..0000000000000000000000000000000000000000
--- a/chrome/test/mini_installer_test/mini_installer_test_constants.h
+++ /dev/null
@@ -1,69 +0,0 @@
-// Copyright (c) 2011 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.
-
-// Constants related to the Chrome mini installer testing.
-
-#ifndef CHROME_TEST_MINI_INSTALLER_TEST_MINI_INSTALLER_TEST_CONSTANTS_H__
-#define CHROME_TEST_MINI_INSTALLER_TEST_MINI_INSTALLER_TEST_CONSTANTS_H__
-
-namespace mini_installer_constants {
-
-// Path and process names
-extern const wchar_t kChromeAppDir[];
-extern const wchar_t kChromeFrameAppDir[];
-extern const wchar_t kChromeFrameProductName[];
-extern const wchar_t kChromeMetaInstallerExecutable[];
-extern const wchar_t kChromeProductName[];
-extern const wchar_t kChromeMiniInstallerExecutable[];
-extern const wchar_t kChromeSetupExecutable[];
-extern const wchar_t kChromeUserDataBackupDir[];
-extern const wchar_t kChromeUserDataDir[];
-extern const wchar_t kDiffInstall[];
-extern const wchar_t kDiffInstallerPattern[];
-extern const wchar_t kFullInstall[];
-extern const wchar_t kFullInstallerPattern[];
-extern const wchar_t kGoogleUpdateExecutable[];
-extern const wchar_t kIEExecutable[];
-extern const wchar_t kWinFolder[];
-
-// Window names.
-extern const wchar_t kBrowserTabName[];
-extern const wchar_t kChromeBuildType[];
-extern const wchar_t kChromeFrameAppName[];
-extern const wchar_t kChromeFirstRunUI[];
-extern const wchar_t kChromeUninstallDialogName[];
-extern const wchar_t kInstallerWindow[];
-
-// Shortcut names
-extern const wchar_t kChromeLaunchShortcut[];
-extern const wchar_t kChromeUninstallShortcut[];
-
-// Chrome install types
-extern const wchar_t kStandaloneInstaller[];
-extern const wchar_t kUntaggedInstallerPattern[];
-
-// Channel types
-extern const wchar_t kDevChannelBuild[];
-extern const wchar_t kStableChannelBuild[];
-
-extern const wchar_t kIELocation[];
-extern const wchar_t kIEProcessName[];
-
-// Google Chrome meta installer location.
-extern const wchar_t kChromeApplyTagExe[];
-extern const wchar_t kChromeApplyTagParameters[];
-extern const wchar_t kChromeInstallersLocation[];
-extern const wchar_t kChromeMetaInstallerExe[];
-extern const wchar_t kChromeStandAloneInstallerLocation[];
-} // namespace mini_installer_constants
-
-// Command line switches.
-namespace switches {
-extern const char kInstallerHelp[];
-extern const char kInstallerTestBackup[];
-extern const char kInstallerTestBuild[];
-extern const char kInstallerTestForce[];
-} // namespace switches
-
-#endif // CHROME_TEST_MINI_INSTALLER_TEST_MINI_INSTALLER_TEST_CONSTANTS_H__

Powered by Google App Engine
This is Rietveld 408576698