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

Unified Diff: extensions/browser/api/cast_channel/cast_channel.proto

Issue 395333003: Extensions: Move cast_channel and hid APIs to extensions/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 5 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
Index: extensions/browser/api/cast_channel/cast_channel.proto
diff --git a/chrome/browser/extensions/api/cast_channel/cast_channel.proto b/extensions/browser/api/cast_channel/cast_channel.proto
similarity index 98%
rename from chrome/browser/extensions/api/cast_channel/cast_channel.proto
rename to extensions/browser/api/cast_channel/cast_channel.proto
index fd226541d5abdf22730b462ec9de946aa9b021d4..15574bd95299beb4bd80a9cca39b4c5f7d183d6f 100644
--- a/chrome/browser/extensions/api/cast_channel/cast_channel.proto
+++ b/extensions/browser/api/cast_channel/cast_channel.proto
@@ -6,7 +6,7 @@ syntax = "proto2";
option optimize_for = LITE_RUNTIME;
-package extensions.api.cast_channel;
+package extensions.core_api.cast_channel;
message CastMessage {
// Always pass a version of the protocol for future compatibility
@@ -27,7 +27,7 @@ message CastMessage {
//
// For messages to or from the sender or receiver platform, the special ids
// 'sender-0' and 'receiver-0' can be used.
- //
+ //
// For messages intended for all endpoints using a given channel, the
// wildcard destination_id '*' can be used.
required string source_id = 2;
« no previous file with comments | « extensions/browser/api/cast_channel/cast_auth_util_openssl.cc ('k') | extensions/browser/api/cast_channel/cast_channel_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698