Index: chrome/browser/resources/uber/uber.js |
diff --git a/chrome/browser/resources/uber/uber.js b/chrome/browser/resources/uber/uber.js |
new file mode 100644 |
index 0000000000000000000000000000000000000000..91f5764ff75f4947e48f78194f50119930208694 |
--- /dev/null |
+++ b/chrome/browser/resources/uber/uber.js |
@@ -0,0 +1,7 @@ |
+// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
+// Use of this source code is governed by a BSD-style license that can be |
+// found in the LICENSE file. |
+ |
+window.onload = function() { |
+ console.log('hello world'); |
James Hawkins
2011/12/10 03:03:13
Remove console spam before committing.
Evan Stade
2011/12/13 00:15:27
Done.
|
+} |