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

Unified Diff: tracing/tracing/base/extension_registry_base.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/extension_registry.html ('k') | tracing/tracing/base/guid.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/base/extension_registry_base.html
diff --git a/tracing/tracing/base/extension_registry_base.html b/tracing/tracing/base/extension_registry_base.html
index 9a2c4ee0163ee2e0eb66ea6f589f3f3c6438c5c9..af6910b741fd6198651aed6440d007550b49244b 100644
--- a/tracing/tracing/base/extension_registry_base.html
+++ b/tracing/tracing/base/extension_registry_base.html
@@ -90,12 +90,11 @@ tr.exportTo('tr.b', function() {
};
return {
- BASIC_REGISTRY_MODE: BASIC_REGISTRY_MODE,
- TYPE_BASED_REGISTRY_MODE: TYPE_BASED_REGISTRY_MODE,
+ BASIC_REGISTRY_MODE,
+ TYPE_BASED_REGISTRY_MODE,
- ExtensionRegistryOptions: ExtensionRegistryOptions,
- RegisteredTypeInfo: RegisteredTypeInfo
+ ExtensionRegistryOptions,
+ RegisteredTypeInfo,
};
});
-
</script>
« no previous file with comments | « tracing/tracing/base/extension_registry.html ('k') | tracing/tracing/base/guid.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698