Index: chrome/common/extensions/api/streams_private.idl |
diff --git a/chrome/common/extensions/api/streams_private.idl b/chrome/common/extensions/api/streams_private.idl |
index 839711bf05bd12e19aa5d165345556770baf6f27..1033e883dfd442ec89340f065571ece411bc3f26 100644 |
--- a/chrome/common/extensions/api/streams_private.idl |
+++ b/chrome/common/extensions/api/streams_private.idl |
@@ -2,6 +2,7 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
+// Streams Private API. |
not at google - send to devlin
2014/02/13 18:28:16
this was just a presubmit warning.
|
namespace streamsPrivate { |
interface Events { |
// Fired when a resource is fetched which matches a mime type handled by |
@@ -20,6 +21,7 @@ namespace streamsPrivate { |
long tabId, |
// The amount of data the Stream should contain, if known. If there is |
// no information on the size it will be -1. |
- long expectedContentSize); |
+ long expectedContentSize |
+ ); |
}; |
}; |