summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/gtk/find_bar_gtk.h
diff options
context:
space:
mode:
authorvasilii@chromium.org <vasilii@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-02 21:21:33 +0000
committervasilii@chromium.org <vasilii@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-02 21:21:33 +0000
commitf50b4af44054b49e18f71ed6f9b7c31edc7854ae (patch)
tree57b49e1db9d701a8c1e96288d29e32b0c68f93b7 /chrome/browser/ui/gtk/find_bar_gtk.h
parent5173de8b88b0cc83d62de5ac10aa4d7a929a07b7 (diff)
downloadchromium_src-f50b4af44054b49e18f71ed6f9b7c31edc7854ae.zip
chromium_src-f50b4af44054b49e18f71ed6f9b7c31edc7854ae.tar.gz
chromium_src-f50b4af44054b49e18f71ed6f9b7c31edc7854ae.tar.bz2
Revert the feature 'Clear the clipboard upon exit from Incognito'. Original patches:
https://chromiumcodereview.appspot.com/12041078 https://chromiumcodereview.appspot.com/12313102 https://chromiumcodereview.appspot.com/12445003 https://chromiumcodereview.appspot.com/12317146 https://chromiumcodereview.appspot.com/13042009 https://chromiumcodereview.appspot.com/12837002 TBR=jrg@chromium.org BUG=242767 Review URL: https://chromiumcodereview.appspot.com/15690011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203627 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/ui/gtk/find_bar_gtk.h')
-rw-r--r--chrome/browser/ui/gtk/find_bar_gtk.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/browser/ui/gtk/find_bar_gtk.h b/chrome/browser/ui/gtk/find_bar_gtk.h
index 69aef6f..2c90616 100644
--- a/chrome/browser/ui/gtk/find_bar_gtk.h
+++ b/chrome/browser/ui/gtk/find_bar_gtk.h
@@ -154,9 +154,6 @@ class FindBarGtk : public FindBar,
// Handles Enter key.
CHROMEGTK_CALLBACK_0(FindBarGtk, void, OnActivate);
- // After Copy and cut handlers.
- CHROMEGTK_CALLBACK_0(FindBarGtk, void, HandleAfterCopyOrCutClipboard);
-
static void OnWidgetDirectionChanged(GtkWidget* widget,
GtkTextDirection previous_direction,
FindBarGtk* find_bar) {