mirror of
https://github.com/electron/electron.git
synced 2026-01-25 23:38:18 -05:00
Rename iframe-security to node-integration.
This commit is contained in:
@@ -31,7 +31,7 @@ const char kKiosk[] = "kiosk";
|
||||
// Make windows stays on the top of all other windows.
|
||||
const char kAlwaysOnTop[] = "always-on-top";
|
||||
|
||||
const char kIframeSecurity[] = "iframe-security";
|
||||
const char kNodeIntegration[] = "node-integration";
|
||||
|
||||
} // namespace switches
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@ extern const char kResizable[];
|
||||
extern const char kFullscreen[];
|
||||
extern const char kKiosk[];
|
||||
extern const char kAlwaysOnTop[];
|
||||
extern const char kIframeSecurity[];
|
||||
extern const char kNodeIntegration[];
|
||||
|
||||
} // namespace switches
|
||||
|
||||
|
||||
Reference in New Issue
Block a user