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

Unified Diff: extensions/common/mojo/keep_alive.mojom

Issue 698883005: Update mojo sdk to rev cfc99316100efdfa7d53d83f9e07f1d4d3765c21 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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 | « device/serial/serial_serialization.mojom ('k') | extensions/common/mojo/stash.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/mojo/keep_alive.mojom
diff --git a/extensions/common/mojo/keep_alive.mojom b/extensions/common/mojo/keep_alive.mojom
index 75b08b43727d34443b9e4eec5a3e537e0ac51190..9f36ae6c26e0bf641d74e30545d12f3a4201ebe3 100644
--- a/extensions/common/mojo/keep_alive.mojom
+++ b/extensions/common/mojo/keep_alive.mojom
@@ -2,11 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-module extensions {
+module extensions;
// An RAII service for keep alives. While KeepAlive services for an extension
// remain, the background page for that extension will remain alive.
interface KeepAlive {
};
-
-}
« no previous file with comments | « device/serial/serial_serialization.mojom ('k') | extensions/common/mojo/stash.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698