cros: Fix Open downloads folder opening in back

The "Open downloads folder" and "Clear all" links on the downloads page had
href="" instead of href="#", which was cause an extraneous page reload when
clicked. Chrome OS uses a browser window with a component extension for its
file manager, so there was a focus/window activation race between that window
opening and the primary browser window reasserting its activation status.

Other links in the downloads page use href="#" so make the two at the top
consistent.

BUG=138286
TEST=manual, download a couple files, click "Open downloads folder", window should appear in front. Click "Clear all" and list should be cleared.


Review URL: https://chromiumcodereview.appspot.com/11085022

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@161147 0039d316-1c4b-4281-b951-d872f2087c98
1 file changed