diff options
author | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-17 20:19:50 +0000 |
---|---|---|
committer | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-17 20:19:50 +0000 |
commit | b4d6229d1b39a4ed065dbf1806af890519706109 (patch) | |
tree | a1f4663d02325bc60c0cd846ba6e7d2f9e24d9ff /chrome/renderer/resources/renderer_extension_bindings.js | |
parent | 8c441b868fdf97a40e9f250ff704386b599fa95f (diff) | |
download | chromium_src-b4d6229d1b39a4ed065dbf1806af890519706109.zip chromium_src-b4d6229d1b39a4ed065dbf1806af890519706109.tar.gz chromium_src-b4d6229d1b39a4ed065dbf1806af890519706109.tar.bz2 |
Adding a comment stating what needs to be recompiled in orderfor changes to take effect. Also added a copyright message,while I was at it.Eventually, we want to fix the dependencies, but since multiple
people are tripping over this, I think this is a good short term
measure.
Review URL: http://codereview.chromium.org/69045
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13962 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/renderer/resources/renderer_extension_bindings.js')
-rw-r--r-- | chrome/renderer/resources/renderer_extension_bindings.js | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/chrome/renderer/resources/renderer_extension_bindings.js b/chrome/renderer/resources/renderer_extension_bindings.js index ef71f90..19518db 100644 --- a/chrome/renderer/resources/renderer_extension_bindings.js +++ b/chrome/renderer/resources/renderer_extension_bindings.js @@ -1,3 +1,12 @@ +// Copyright (c) 2009 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. + +// ----------------------------------------------------------------------------- +// NOTE: If you change this file you need to touch renderer_resources.grd to +// have your change take effect. +// ----------------------------------------------------------------------------- + var chromium = chromium || {}; (function () { native function OpenChannelToExtension(id); |