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

Unified Diff: chrome/test/data/extensions/api_test/feedback_private/basic/test.js

Issue 2295793002: feedback UI: use native window controls on Mac (Closed)
Patch Set: comment useSystemWindowFrame Created 4 years, 4 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/extensions/api/feedback_private.idl ('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/api_test/feedback_private/basic/test.js
diff --git a/chrome/test/data/extensions/api_test/feedback_private/basic/test.js b/chrome/test/data/extensions/api_test/feedback_private/basic/test.js
index 5512b7eb05e7fa69c8e776d6fc367dc0e6428476..45a0d6e7953e5daf0ead855c091fdf8f16598fd8 100644
--- a/chrome/test/data/extensions/api_test/feedback_private/basic/test.js
+++ b/chrome/test/data/extensions/api_test/feedback_private/basic/test.js
@@ -23,7 +23,8 @@ chrome.test.runTests([
function sendFeedbackTest() {
var feedbackInfo = {
description: 'This is a test description',
- sendHistograms: false
+ sendHistograms: false,
+ useSystemWindowFrame: false
};
chrome.feedbackPrivate.sendFeedback(
feedbackInfo, chrome.test.callbackPass(function(response) {
« no previous file with comments | « chrome/common/extensions/api/feedback_private.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698