diff options
author | simonmorris@chromium.org <simonmorris@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-07 10:39:54 +0000 |
---|---|---|
committer | simonmorris@chromium.org <simonmorris@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-07 10:39:54 +0000 |
commit | efd4b50dc8201474cdf6d34a3357ecbb50b6b911 (patch) | |
tree | 0aeff3d24558c198e1b538fac5cabe495d424382 /remoting/client | |
parent | b20ee4a510db9b14d0244c866d5bfb3d9d438c92 (diff) | |
download | chromium_src-efd4b50dc8201474cdf6d34a3357ecbb50b6b911.zip chromium_src-efd4b50dc8201474cdf6d34a3357ecbb50b6b911.tar.gz chromium_src-efd4b50dc8201474cdf6d34a3357ecbb50b6b911.tar.bz2 |
Fix the CSS class of the plugin scroll panel.
BUG=74681
TEST=none
Review URL: http://codereview.chromium.org/6625016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77127 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/client')
-rw-r--r-- | remoting/client/appengine/chromoting_session.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/client/appengine/chromoting_session.html b/remoting/client/appengine/chromoting_session.html index 3389c09..fecd5142 100644 --- a/remoting/client/appengine/chromoting_session.html +++ b/remoting/client/appengine/chromoting_session.html @@ -57,7 +57,7 @@ found in the LICENSE file. </table> </td></tr></table> </div> - <div id="plugin_scroll_panel" class="plugin_scroll_panel"> + <div id="plugin_scroll_panel" class="plugin-scroll-panel"> <embed name="chromoting" id="chromoting" src="about://none" type="pepper-application/x-chromoting"> </div> |