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..f67b650214f3769848e5f7689330cf6f988f1fd0 100644 |
--- a/content/child/background_sync/background_sync_provider.cc |
+++ b/content/child/background_sync/background_sync_provider.cc |
@@ -274,6 +274,9 @@ void BackgroundSyncProvider::GetPermissionStatusCallback( |
callbacks->onSuccess(new blink::WebSyncPermissionStatus( |
blink::WebSyncPermissionStatusPrompt)); |
break; |
+ case PERMISSION_STATUS_NUM: |
+ NOTREACHED(); |
+ break; |
} |
break; |
case BACKGROUND_SYNC_ERROR_NOT_FOUND: |