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

Unified Diff: tracing/tracing/base/xhr.html

Issue 2526613002: Return short-hand object literals to exportTo. (Closed)
Patch Set: manual fixes Created 4 years, 1 month 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 | « tracing/tracing/base/utils.html ('k') | tracing/tracing/core/auditor.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/base/xhr.html
diff --git a/tracing/tracing/base/xhr.html b/tracing/tracing/base/xhr.html
index 47b289ebd3f79cb001e931a940b4f0fecc84b4a3..3ca1c9fb5794bc8e995740917c7e3653d22c0d7e 100644
--- a/tracing/tracing/base/xhr.html
+++ b/tracing/tracing/base/xhr.html
@@ -146,9 +146,9 @@ tr.exportTo('tr.b', function() {
}
return {
- getAsync: getAsync,
- getSync: getSync,
- postAsync: postAsync
+ getAsync,
+ getSync,
+ postAsync,
};
});
</script>
« no previous file with comments | « tracing/tracing/base/utils.html ('k') | tracing/tracing/core/auditor.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698