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

Unified Diff: chrome/test/data/extensions/samples/set_page_color/manifest.json

Issue 259065: Add an BubbleBorder to BrowserAction popups and fix positioning of the (Closed)
Patch Set: cleanup 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
Index: chrome/test/data/extensions/samples/set_page_color/manifest.json
diff --git a/chrome/test/data/extensions/samples/set_page_color/manifest.json b/chrome/test/data/extensions/samples/set_page_color/manifest.json
index 081681a212ddfb3d2f5c8c0fae64ebeb6c6c1ce7..f4ad151e8ab7911f806dfba20e1b05ba147a3274 100755
--- a/chrome/test/data/extensions/samples/set_page_color/manifest.json
+++ b/chrome/test/data/extensions/samples/set_page_color/manifest.json
@@ -7,6 +7,6 @@
"browser_action": {
"name": "Set this page's color.",
"icons": ["icon.png"],
- "popup": { "path": "popup.html", "height": 78 }
+ "popup": { "path": "popup.html", "height": 79 }
}
}
« no previous file with comments | « chrome/browser/views/extensions/extension_popup.cc ('k') | chrome/test/data/extensions/samples/set_page_color/popup.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698