| Index: chrome/browser/resources/performance_monitor/chart.html
|
| diff --git a/chrome/browser/resources/performance_monitor/chart.html b/chrome/browser/resources/performance_monitor/chart.html
|
| index e77dd4e39955062b37b72e237ecf13012f30f389..31625ed8104981e25d70082a465003e962417f59 100644
|
| --- a/chrome/browser/resources/performance_monitor/chart.html
|
| +++ b/chrome/browser/resources/performance_monitor/chart.html
|
| @@ -7,14 +7,14 @@ found in the LICENSE file. -->
|
| <!-- This page uses Flot version 0.7 in compressed form for efficiency.
|
| Readable Flot source is available at http://code.google.com/p/flot/
|
| Good caliber Flot API docs are at: http://people.iola.dk/olau/flot/API.txt
|
| -as of 6/2012 -->
|
| +as of 6/2012.-->
|
|
|
| <html>
|
| <head>
|
| - <script type="text/javascript"
|
| - src="../../../../third_party/flot/jquery.min.js"></script>
|
| - <script type="text/javascript"
|
| - src="../../../../third_party/flot/jquery.flot.min.js"></script>
|
| + <script src="chrome://resources/js/cr.js"></script>
|
| + <script src="chrome://resources/js/util.js"></script>
|
| + <script type="text/javascript" src="jquery.js"></script>
|
| + <script type="text/javascript" src="flot.js"></script>
|
| <link rel="stylesheet" type="text/css" href="chart.css"/>
|
| </head>
|
| <body>
|
|
|