| Index: trunk/src/content/browser/browser_plugin/browser_plugin_guest.cc
|
| ===================================================================
|
| --- trunk/src/content/browser/browser_plugin/browser_plugin_guest.cc (revision 235667)
|
| +++ trunk/src/content/browser/browser_plugin/browser_plugin_guest.cc (working copy)
|
| @@ -436,7 +436,7 @@
|
| AsWeakPtr(),
|
| request_id);
|
| // If BrowserPluginGuestDelegate hasn't handled the permission then we simply
|
| - // perform the default action (which is one of allow or reject) immediately.
|
| + // reject it immediately.
|
| if (!delegate_->RequestPermission(
|
| permission_type, request_info, callback, request->AllowedByDefault())) {
|
| callback.Run(request->AllowedByDefault(), "");
|
|
|