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

Unified Diff: chrome/installer/util/app_launcher_installer_util.h

Issue 811283002: [Installer] Cleaning up dead code for App Launcher / App Host installs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanups; handle ChannelInfo to remove '-apphost' and '-applauncher'. Created 5 years, 11 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/installer/util/app_launcher_installer_util.h
diff --git a/chrome/installer/util/app_launcher_installer_util.h b/chrome/installer/util/app_launcher_installer_util.h
new file mode 100644
index 0000000000000000000000000000000000000000..24175402442c441bd611e25cd1835a4cd010e645
--- /dev/null
+++ b/chrome/installer/util/app_launcher_installer_util.h
@@ -0,0 +1,22 @@
+// Copyright (c) 2014 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_INSTALLER_UTIL_APP_LAUNCHER_INSTALLER_UTIL_H_
+#define CHROME_INSTALLER_UTIL_APP_LAUNCHER_INSTALLER_UTIL_H_
+
+#if defined(GOOGLE_CHROME_BUILD)
+
+#include "base/strings/string16.h"
+
+namespace installer {
+namespace app_launcher_installer {
grt (UTC plus 2) 2015/01/09 18:57:04 nix this namespace, too
huangs 2015/01/18 01:18:24 Will do so once you insist.
+
+void RemoveDeprecatedModifiers(base::string16* value);
+
+} // namespace app_launcher_installer
+} // namespace installer
+
+#endif // defined(GOOGLE_CHROME_BUILD)
+
+#endif // CHROME_INSTALLER_UTIL_APP_LAUNCHER_INSTALLER_UTIL_H_

Powered by Google App Engine
This is Rietveld 408576698