| Index: content/browser/background_sync/background_sync.proto
|
| diff --git a/content/browser/background_sync/background_sync.proto b/content/browser/background_sync/background_sync.proto
|
| index 4f93d971d4ae16d1c03aae232f7e5f595c1b6975..3717ca168d0aeaec2b20a1b653a59d3c2a0dfe00 100644
|
| --- a/content/browser/background_sync/background_sync.proto
|
| +++ b/content/browser/background_sync/background_sync.proto
|
| @@ -21,7 +21,7 @@ enum SyncPowerState {
|
|
|
| message BackgroundSyncRegistrationProto {
|
| required int64 id = 1;
|
| - required string name = 2;
|
| + required string tag = 2;
|
| required bool fire_once = 3;
|
| required int64 min_period = 4;
|
| required SyncNetworkState network_state = 5;
|
|
|