diff options
author | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-08 21:11:01 +0000 |
---|---|---|
committer | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-08 21:11:01 +0000 |
commit | 36e1a54b7bd144b213716efa47f36704ff73e6e4 (patch) | |
tree | 2fea48d766ed701ca34fffe18b7df682b3ad0377 /chrome/browser/resources/wrench_menu.js | |
parent | a03d9463dc4b4824b52da5f0024dd4d596d2f24d (diff) | |
download | chromium_src-36e1a54b7bd144b213716efa47f36704ff73e6e4.zip chromium_src-36e1a54b7bd144b213716efa47f36704ff73e6e4.tar.gz chromium_src-36e1a54b7bd144b213716efa47f36704ff73e6e4.tar.bz2 |
Fixes issue in extending menu'
* Changed the way to pass DataSource from subclass. CreateDataSource was called in the constructor, so virtual function does not work. Moved to constructor argument.
* extra JS source has to be embedded.
* removed unnecessary padding-left
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/3595019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62015 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/resources/wrench_menu.js')
-rw-r--r-- | chrome/browser/resources/wrench_menu.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/browser/resources/wrench_menu.js b/chrome/browser/resources/wrench_menu.js new file mode 100644 index 0000000..c45e432 --- /dev/null +++ b/chrome/browser/resources/wrench_menu.js @@ -0,0 +1,5 @@ +// Copyright (c) 2010 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. + +// T.B.D. |