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

Unified Diff: chrome/browser/sync/protocol/app_notification_specifics.proto

Issue 9460047: sync: remove use of protobuf extensions in protocol to reduce static init overhead. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fred's review Created 8 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
Index: chrome/browser/sync/protocol/app_notification_specifics.proto
diff --git a/chrome/browser/sync/protocol/app_notification_specifics.proto b/chrome/browser/sync/protocol/app_notification_specifics.proto
index 46d0426de302362d7995d1577602b960556dccbe..58436c7ad004380eaccdaf2b3e2d65f7c4b9efe2 100644
--- a/chrome/browser/sync/protocol/app_notification_specifics.proto
+++ b/chrome/browser/sync/protocol/app_notification_specifics.proto
@@ -14,8 +14,6 @@ option retain_unknown_fields = true;
package sync_pb;
-import "sync.proto";
-
// Properties of an app notification.
// An App Notification, to be delivered from Chrome Apps to the
@@ -44,6 +42,3 @@ message AppNotification {
optional string link_text = 7;
}
-extend EntitySpecifics {
- optional AppNotification app_notification = 45184;
-}
« no previous file with comments | « chrome/browser/sync/profile_sync_service_session_unittest.cc ('k') | chrome/browser/sync/protocol/app_setting_specifics.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698