Removing the no_sync options from XOSGuiExtensions as it's not working

Change-Id: I75bdbabbc0484b1e75c1966f436fb41fd5eb2051
diff --git a/xos/core/models/core.xproto b/xos/core/models/core.xproto
index 23a5222..8beff87 100644
--- a/xos/core/models/core.xproto
+++ b/xos/core/models/core.xproto
@@ -591,8 +591,8 @@
 message XOSGuiExtension::admin_policy (XOSBase) {
      option verbose_name="XOS GUI Extension";
      option description="This model holds the instruction to load an extension in the GUI";
-     option no_sync = True;
-     option no_policy = True;
+     // option no_sync = True;
+     // option no_policy = True;
 
      required string name = 1 [max_length = 200, content_type = "stripped", blank = False, help_text = "Name of the GUI Extensions", null = False, db_index = False];
      required string files = 2 [max_length = 1024, content_type = "stripped", blank = False, help_text = "List of comma separated file composing the view", null = False, db_index = False];