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

Unified Diff: chrome/common/extensions/api/streams_private.idl

Issue 164193003: Docserver: Implement Cron for PathCanonicalizer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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 | « no previous file | chrome/common/extensions/docs/server2/app.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
+ );
};
};
« no previous file with comments | « no previous file | chrome/common/extensions/docs/server2/app.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698