Side by Side Diff: chrome/test/data/extensions/install_prompt/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: Fixing review comments (cleaned up imports, added back anonymous namespace, cleanup and nitfixes)
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.
3 "description": "Should not show a vertical scrollbar",
4 "version": "1",
5 "manifest_version": 2,
6 "permissions": [
7 "*://*.facebook.com/*"
8 ]
9 }
OLD
NEW
« no previous file with comments
|
« chrome/chrome_tests.gypi ('k')
|
no next file »
|
no next file with comments »
Issue 363523002: Fix extension scrollbar regression bug, and add a regression test to
(Closed)
Created 6 years, 5 months ago by Chris Thompson
Modified 6 years, 5 months ago
Reviewers: Finnur
Base URL: https://chromium.googlesource.com/chromium/src.git@master
Comments: 35