Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7389)

Unified Diff: chrome/renderer/resources/extensions/web_view_experimental.js

Issue 20803004: Mark 'download' permissionrequest stable for <webview>. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/renderer/resources/extensions/web_view.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/resources/extensions/web_view_experimental.js
diff --git a/chrome/renderer/resources/extensions/web_view_experimental.js b/chrome/renderer/resources/extensions/web_view_experimental.js
index 4b4343aa0edd8ddb6114d6108e52f25b1c8251cf..d1e1fa057115b3b04b43baf02c05ab8bb75e7b8c 100644
--- a/chrome/renderer/resources/extensions/web_view_experimental.js
+++ b/chrome/renderer/resources/extensions/web_view_experimental.js
@@ -27,14 +27,6 @@ WebView.prototype.maybeSetupExperimentalAPI_ = function() {
/**
* @private
*/
-WebView.prototype.maybeGetExperimentalPermissionTypes_ = function() {
- var PERMISSION_TYPES = ['download'];
- return PERMISSION_TYPES;
-};
-
-/**
- * @private
- */
WebView.prototype.setupWebRequestEvents_ = function() {
var self = this;
// Populate the WebRequest events from the API definition.
« no previous file with comments | « chrome/renderer/resources/extensions/web_view.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698