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

Unified Diff: host/start_devserver

Issue 6646052: Remove --client_prefix argument and check. (Closed) Base URL: http://git.chromium.org/git/dev-util.git@master
Patch Set: Added deprecation warning Created 9 years, 9 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
« no previous file with comments | « devserver_test.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: host/start_devserver
diff --git a/host/start_devserver b/host/start_devserver
index 58c6942cc334690e2d4e243a2d99220adda593ea..d4f60ba24aab281bee8702407703c7c5d1b1d174 100755
--- a/host/start_devserver
+++ b/host/start_devserver
@@ -32,9 +32,6 @@ if [[ "$1" != "--archive_dir" ]]; then
restart_in_chroot_if_needed "$@"
fi
-# Temporary workaround: to start devserver for update engine, pass in args
-# --client_prefix ChromeOSUpdateEngine
-
# Set PKG_INSTALL_MASK if it's not set already.
if [ -z "${PKG_INSTALL_MASK+x}" ]; then
export PKG_INSTALL_MASK="${DEFAULT_INSTALL_MASK}"
« no previous file with comments | « devserver_test.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698