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

Unified Diff: tracing/tracing/base/settings.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/running_statistics.html ('k') | tracing/tracing/base/sinebow_color_generator.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/base/settings.html
diff --git a/tracing/tracing/base/settings.html b/tracing/tracing/base/settings.html
index f7f0175490eca8e378f115f220de7195e25c942d..4aa2da0f98600eda0822f785314863e043f88b89 100644
--- a/tracing/tracing/base/settings.html
+++ b/tracing/tracing/base/settings.html
@@ -197,8 +197,8 @@ tr.exportTo('tr.b', function() {
}
return {
- Settings: Settings,
- SessionSettings: SessionSettings
+ Settings,
+ SessionSettings,
};
});
</script>
« no previous file with comments | « tracing/tracing/base/running_statistics.html ('k') | tracing/tracing/base/sinebow_color_generator.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698