summaryrefslogtreecommitdiffstats
path: root/content/browser/browser_plugin/browser_plugin_guest.cc
diff options
context:
space:
mode:
authorwittman@chromium.org <wittman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-28 18:48:55 +0000
committerwittman@chromium.org <wittman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-28 18:48:55 +0000
commit64faeaec0ea4bd8277d63f424a0168ee41f8e526 (patch)
tree1fa3da8f5f15b2eca7fac76a7dabaf770f2e8623 /content/browser/browser_plugin/browser_plugin_guest.cc
parent7154ae4fd9968940ef1e67d5925dbff3575ae8c3 (diff)
downloadchromium_src-64faeaec0ea4bd8277d63f424a0168ee41f8e526.zip
chromium_src-64faeaec0ea4bd8277d63f424a0168ee41f8e526.tar.gz
chromium_src-64faeaec0ea4bd8277d63f424a0168ee41f8e526.tar.bz2
Revert 220050 "Plumb user_gesture up from Blink to the JavaScrip..."
> Plumb user_gesture up from Blink to the JavaScript dialog code, and don't offer to suppress dialogs if they're initiated by a user gesture. > > BUG=263192 > TEST=as in bug > > Review URL: https://chromiumcodereview.appspot.com/22909052 TBR=avi@chromium.org Review URL: https://codereview.chromium.org/23483008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220062 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/browser_plugin/browser_plugin_guest.cc')
-rw-r--r--content/browser/browser_plugin/browser_plugin_guest.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/content/browser/browser_plugin/browser_plugin_guest.cc b/content/browser/browser_plugin/browser_plugin_guest.cc
index bb92c9e..96e60e1 100644
--- a/content/browser/browser_plugin/browser_plugin_guest.cc
+++ b/content/browser/browser_plugin/browser_plugin_guest.cc
@@ -1549,7 +1549,6 @@ void BrowserPluginGuest::RunJavaScriptDialog(
JavaScriptMessageType javascript_message_type,
const string16& message_text,
const string16& default_prompt_text,
- bool user_gesture,
const DialogClosedCallback& callback,
bool* did_suppress_message) {
if (permission_request_map_.size() >= kNumMaxOutstandingPermissionRequests) {