Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1694)

Unified Diff: chrome/test/data/extensions/samples/set_page_color/popup.html

Issue 257056: Resubmit http://codereview.chromium.org/243096 with gcc compile error (Closed)
Patch Set: testing Created 11 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/render_messages.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/samples/set_page_color/popup.html
diff --git a/chrome/test/data/extensions/samples/set_page_color/popup.html b/chrome/test/data/extensions/samples/set_page_color/popup.html
index e781b9b8710b39c12956e8e31090656b0bb235d5..3de4f36bee2bc7eaa33529f651ea59ffbab8bc1a 100755
--- a/chrome/test/data/extensions/samples/set_page_color/popup.html
+++ b/chrome/test/data/extensions/samples/set_page_color/popup.html
@@ -37,6 +37,7 @@ div:hover {
function click(color) {
chrome.tabs.executeScript(null,
{code:"document.body.bgColor='" + color.id + "'"});
+ window.close();
}
</script>
<div onclick="click(this)" id="red">red</div>
« no previous file with comments | « chrome/common/render_messages.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698