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

Unified Diff: chrome/common/extensions/api/metrics_private.json

Issue 266353009: Don't log error from metricsPrivate API when GetVariationParams fails to find a (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: make test pass Created 6 years, 7 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
Index: chrome/common/extensions/api/metrics_private.json
diff --git a/chrome/common/extensions/api/metrics_private.json b/chrome/common/extensions/api/metrics_private.json
index 28edefe156078ea8fd1a71400c9fef3a08b004b0..0778440b325db5d3db0fe4f05d3e38bd98c278f1 100644
--- a/chrome/common/extensions/api/metrics_private.json
+++ b/chrome/common/extensions/api/metrics_private.json
@@ -69,6 +69,7 @@
"parameters": [
{
"name": "params",
+ "optional": true,
not at google - send to devlin 2014/05/07 15:04:04 this now just matches the comment
"type": "object",
"additionalProperties": { "type": "string" }
}

Powered by Google App Engine
This is Rietveld 408576698