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

Side by Side Diff: chrome/test/data/extensions/permissions_scrollbar_regression/manifest.json

Issue 363523002: Fix extension scrollbar regression bug, and add a regression test to (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Small fixes to clean up code Created 6 years, 5 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 unified diff | Download patch
OLDNEW
(Empty)
1 {
Finnur 2014/07/16 10:36:12 Can you move this folder... permissions_scrollb
Chris Thompson 2014/07/16 20:13:29 Done.
2 "name": "Scrollbar Regression",
3 "description": "Should not show a vertical scrollbar",
4 "version": "1",
5 "manifest_version": 2,
6 "permissions": [
7 "*://*.facebook.com/*"
8 ]
9 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698