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

Unified Diff: dashboard/dashboard/dispatcher.py

Issue 3018723002: .
Patch Set: Created 3 years, 3 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 | « no previous file | dashboard/dashboard/elements/bisect-button.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dashboard/dashboard/dispatcher.py
diff --git a/dashboard/dashboard/dispatcher.py b/dashboard/dashboard/dispatcher.py
index 7d2bc240d685e99c52e2952558c0636fcf7253bf..1c5c0268e7303321663ef22dbd68391080de058d 100644
--- a/dashboard/dashboard/dispatcher.py
+++ b/dashboard/dashboard/dispatcher.py
@@ -112,7 +112,10 @@ _URL_MAPPING = [
('/deprecate_tests', deprecate_tests.DeprecateTestsHandler),
('/navbar', navbar.NavbarHandler),
('/new_points', new_points.NewPointsHandler),
- ('/pinpoint/new', pinpoint_request.PinpointNewRequestHandler),
+ ('/pinpoint/new/bisect',
+ pinpoint_request.PinpointNewBisectRequestHandler),
+ ('/pinpoint/new/perf_try',
+ pinpoint_request.PinpointNewPerfTryRequestHandler),
('/pinpoint/new/prefill',
pinpoint_request.PinpointNewPrefillRequestHandler),
('/post_bisect_results', post_bisect_results.PostBisectResultsHandler),
« no previous file with comments | « no previous file | dashboard/dashboard/elements/bisect-button.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698