Index: content/child/background_sync/background_sync_provider.cc |
diff --git a/content/child/background_sync/background_sync_provider.cc b/content/child/background_sync/background_sync_provider.cc |
index 2bee9bbac361ceea9b6c30279569e517d01c6b3d..8704995e79ebbb9736e10a92beae3cbd1c073df6 100644 |
--- a/content/child/background_sync/background_sync_provider.cc |
+++ b/content/child/background_sync/background_sync_provider.cc |
@@ -274,6 +274,10 @@ void BackgroundSyncProvider::GetPermissionStatusCallback( |
callbacks->onSuccess(new blink::WebSyncPermissionStatus( |
blink::WebSyncPermissionStatusPrompt)); |
break; |
+ case PERMISSION_STATUS_NUM: |
+ // PERMISSION_STATUS_NUM should never be passed into this function. |
jww
2015/07/07 21:14:23
See my comment about this comment in permission_di
keenanb
2015/07/08 00:37:21
Done.
|
+ NOTREACHED(); |
+ break; |
} |
break; |
case BACKGROUND_SYNC_ERROR_NOT_FOUND: |