| Index: tools/telemetry/unittest_data/simple_extension/background.js
|
| ===================================================================
|
| --- tools/telemetry/unittest_data/simple_extension/background.js (revision 0)
|
| +++ tools/telemetry/unittest_data/simple_extension/background.js (revision 0)
|
| @@ -0,0 +1,7 @@
|
| +function hypotenuseOfRightTriangle(x, y ) {
|
| + return Math.sqrt(x*x + y*y);
|
| +}
|
| +
|
| +function simpleRightTriangle() {
|
| + return hypotenuseOfRightTriangle(3, 4);
|
| +}
|
|
|
| Property changes on: tools/telemetry/unittest_data/simple_extension/background.js
|
| ___________________________________________________________________
|
| Added: svn:eol-style
|
| + LF
|
|
|
|
|