repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git]
/
chrome
/
test
/
data
/
extensions
/
api_test
/
browser_action
/
no_icon
/
background.html
blob
0dd0265556f2662c35d0532cd7670f55f6562a45
1
<!--
2
* Copyright (c) 2011 The Chromium Authors. All rights reserved. Use of this
3
* source code is governed by a BSD-style license that can be found in the
4
* LICENSE file.
5
-->
6
<html>
7
<head>
8
</head>
9
<body>
10
<canvas
id
=
"canvas"
width
=
"37"
height
=
"33"
>
11
<script
src
=
"background.js"
></script>
12
</body>
13
</html>