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

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

Issue 1226353004: Generate all extension schema namespaces as "api" and instead vary the generated bundle names. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 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/common/api/cast_channel/cast_channel.proto
diff --git a/extensions/common/api/cast_channel/cast_channel.proto b/extensions/common/api/cast_channel/cast_channel.proto
index c7b9d9e049970fd30bcbc1a7dddc277b367f2d0b..1bd2877bdbe9057bb18f59d55abfe455bd9f654a 100644
--- a/extensions/common/api/cast_channel/cast_channel.proto
+++ b/extensions/common/api/cast_channel/cast_channel.proto
@@ -6,7 +6,7 @@ syntax = "proto2";
option optimize_for = LITE_RUNTIME;
-package extensions.core_api.cast_channel;
+package extensions.api.cast_channel;
message CastMessage {
// Always pass a version of the protocol for future compatibility
« no previous file with comments | « extensions/common/api/cast_channel/authority_keys.proto ('k') | extensions/common/api/cast_channel/logging.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698