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

Unified Diff: chrome/common/extensions/docs/examples/extensions/buildbot/popup.html

Issue 5961009: Convert build.chromium.org URLs to new URL format. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update to tools/bisect-builds.py move Created 10 years 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 | « PRESUBMIT.py ('k') | tools/bisect-builds.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/examples/extensions/buildbot/popup.html
diff --git a/chrome/common/extensions/docs/examples/extensions/buildbot/popup.html b/chrome/common/extensions/docs/examples/extensions/buildbot/popup.html
index f89511a5cbadb63093f760b10addf482b5d200fa..8c82c45454d11e72d0a5a42e904556506a9d8171 100644
--- a/chrome/common/extensions/docs/examples/extensions/buildbot/popup.html
+++ b/chrome/common/extensions/docs/examples/extensions/buildbot/popup.html
@@ -1,7 +1,6 @@
<head>
<script>
-var botRoot = "http://build.chromium.org/buildbot";
-//var botRoot = "http://chrome-buildbot.corp.google.com:8010";
+var botRoot = "http://build.chromium.org/p/chromium";
var waterfallURL = botRoot + "/waterfall/bot_status.json?json=1";
var botList;
var checkinResults;
« no previous file with comments | « PRESUBMIT.py ('k') | tools/bisect-builds.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698