Chromium Code Reviews| Index: chrome/browser/resources/bookmark_manager/main.html |
| =================================================================== |
| --- chrome/browser/resources/bookmark_manager/main.html (revision 103729) |
| +++ chrome/browser/resources/bookmark_manager/main.html (working copy) |
| @@ -9,14 +9,6 @@ |
| --> |
| <head> |
| <meta name="google" value="notranslate"> |
| -<!-- X-WebKit-CSP is our development name for Content-Security-Policy. |
| - TODO(abarth): Change the name to Content-Security-Policy once CSP is done. |
| - --> |
| -<meta http-equiv="X-WebKit-CSP" |
| - content="object-src 'none'; |
| - script-src chrome://resources |
| - chrome-extension://mndnfokpggljbaajbnioimlmbfngpief |
| - 'self'"> |
|
abarth-chromium
2011/10/03 23:10:54
This one is different because it's a chrome-extens
Tom Sepez
2011/10/03 23:15:46
I'll omit this from the CL for now. It will remai
|
| <title i18n-content="title"></title> |
| <link rel="stylesheet" href="chrome://resources/css/list.css"> |