Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: test/stub-modules/utils.js

Issue 29501607: Issue 5459 - Add support to show a notification based on the number of ads blocked (Closed)
Patch Set: Show notification for blockedTotal* only if Prefs.show_statsinpopup Created Aug. 24, 2017, 4:35 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/stub-modules/prefs.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/stub-modules/utils.js
diff --git a/test/stub-modules/utils.js b/test/stub-modules/utils.js
index 7bebe506c5377332e5221c8447fbfffd15fe2534..32bb627eca80329cba29ba62fb3072584f6ab3ad 100644
--- a/test/stub-modules/utils.js
+++ b/test/stub-modules/utils.js
@@ -3,6 +3,8 @@
const crypto = require("crypto");
exports.Utils = {
+ appLocale: "en-US",
+
generateChecksum(lines)
{
let buffer = new Buffer(lines.join("\n"), "utf-8");
« no previous file with comments | « test/stub-modules/prefs.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld