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

Unified Diff: packages/web_components/lib/src/init.dart

Issue 2312183003: Removed Polymer from Observatory deps (Closed)
Patch Set: Created 4 years, 3 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
« no previous file with comments | « packages/web_components/lib/polyfill.dart ('k') | packages/web_components/lib/webcomponents.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: packages/web_components/lib/src/init.dart
diff --git a/packages/web_components/lib/src/init.dart b/packages/web_components/lib/src/init.dart
index d2906ef8f13c928e0ada77662c7d4eafdf76972d..ba33239a86a50acdd1cf2b463ec5eb76e5301553 100644
--- a/packages/web_components/lib/src/init.dart
+++ b/packages/web_components/lib/src/init.dart
@@ -18,7 +18,9 @@ export 'mirror_initializer.dart' show deployMode;
///
/// If a [typeFilter] or [customFilter] are supplied, only one phase is ran
/// with the supplied filters.
-Future initWebComponents({List<Type> typeFilter, InitializerFilter customFilter,
+Future initWebComponents(
+ {List<Type> typeFilter,
+ InitializerFilter customFilter,
bool initAll: true}) {
if (typeFilter != null || customFilter != null) {
return init.run(typeFilter: typeFilter, customFilter: customFilter);
« no previous file with comments | « packages/web_components/lib/polyfill.dart ('k') | packages/web_components/lib/webcomponents.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698