Index: content/browser/devtools/protocol_config.json |
diff --git a/content/browser/devtools/protocol_config.json b/content/browser/devtools/protocol_config.json |
index 649dd1b2ff92fcd780b2844c1059c49bb63095e4..5c3f0923e930836d2be9247bb916df11dfb5cf47 100644 |
--- a/content/browser/devtools/protocol_config.json |
+++ b/content/browser/devtools/protocol_config.json |
@@ -46,7 +46,8 @@ |
"domain": "Page", |
"include": ["enable", "disable", "reload", "navigate", "stopLoading", "getNavigationHistory", "navigateToHistoryEntry", "captureScreenshot", |
"startScreencast", "stopScreencast", "screencastFrameAck", "handleJavaScriptDialog", "setColorPickerEnabled", "requestAppBanner", |
- "setControlNavigations", "processNavigation", "printToPDF"], |
+ "setControlNavigations", "processNavigation", "printToPDF", "maximizeWindow", "minimizeWindow", "setWindowFullscreen","setWindowBounds", |
+ "getWindowBounds"], |
"include_events": ["interstitialShown", "interstitialHidden", "navigationRequested", "screencastVisibilityChanged", "screencastFrame", "colorPicked"], |
"async": ["captureScreenshot", "printToPDF"] |
}, |