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

Unified Diff: chrome/test/data/extensions/api_test/window_update/resize/test.js

Issue 2555063003: Render extension URLs with chips (Closed)
Patch Set: Chip -> text Created 4 years 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/api_test/window_update/resize/test.js
diff --git a/chrome/test/data/extensions/api_test/window_update/resize/test.js b/chrome/test/data/extensions/api_test/window_update/resize/test.js
index ce2ad93af7b89c2d3550ce48cbd441e6efe13f63..87647fb7579e7ffad64f5fd5dc3fec7239b28473 100644
--- a/chrome/test/data/extensions/api_test/window_update/resize/test.js
+++ b/chrome/test/data/extensions/api_test/window_update/resize/test.js
@@ -53,7 +53,7 @@ function changeWidth(currentWindow) {
chrome.test.runTests([
// Tests windows.update use of the chrome.windows.WINDOW_ID_CURRENT constant.
function testCurrentWindowResize() {
- var newWidth = 400;
+ var newWidth = 500;
chrome.windows.create(
{ 'url': 'blank.html', 'top': 0, 'left': 0, 'width': 500, 'height': 400,
'type': 'normal' },
« no previous file with comments | « chrome/browser/ui/views/location_bar/location_icon_view.cc ('k') | components/toolbar/toolbar_model_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698