diff options
author | hclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-09 00:05:50 +0000 |
---|---|---|
committer | hclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-09 00:05:50 +0000 |
commit | e4cd8278cd93a2d2909343479d297ff7bd25eeea (patch) | |
tree | 4e676819e4a106568111752f9060ece382886ed1 /remoting/client/extension/chromoting_tab.html | |
parent | 197957b59922d0a37a7051aba97aaa1ec539d710 (diff) | |
download | chromium_src-e4cd8278cd93a2d2909343479d297ff7bd25eeea.zip chromium_src-e4cd8278cd93a2d2909343479d297ff7bd25eeea.tar.gz chromium_src-e4cd8278cd93a2d2909343479d297ff7bd25eeea.tar.bz2 |
Implement a scrollbar for chromoting client plugin
Added javascript properties to report desktop size. This is then used to set
<div> dimension so allow scrollbar to show up.
BUG=72266
Review URL: http://codereview.chromium.org/6419001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74205 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/client/extension/chromoting_tab.html')
-rw-r--r-- | remoting/client/extension/chromoting_tab.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/remoting/client/extension/chromoting_tab.html b/remoting/client/extension/chromoting_tab.html index c24207e..a0c1cc1 100644 --- a/remoting/client/extension/chromoting_tab.html +++ b/remoting/client/extension/chromoting_tab.html @@ -20,8 +20,8 @@ found in the LICENSE file. <tr><td colspan="2"><input type="button" value="Login" onclick="submitLogin();" /></td></tr> </table> </div> - <div id="plugin_div" class="plugin"> - <embed width="100%" height="100%" name="chromoting" id="chromoting" + <div id="plugin_scroll_panel" class="plugin-scroll-panel"> + <embed name="chromoting" id="chromoting" src="about://none" type="pepper-application/x-chromoting"> </div> </body> |