summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/browser_command_controller.h
diff options
context:
space:
mode:
authorsail@chromium.org <sail@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-19 23:33:49 +0000
committersail@chromium.org <sail@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-19 23:33:49 +0000
commit871f8af23e4ce5ffba6da0b74bf174dd85263006 (patch)
tree3ae016c39fc93b19c0938d55b1d73bd7db3f1868 /chrome/browser/ui/browser_command_controller.h
parenta99db32f764f2b093356baa664877a9d90522f96 (diff)
downloadchromium_src-871f8af23e4ce5ffba6da0b74bf174dd85263006.zip
chromium_src-871f8af23e4ce5ffba6da0b74bf174dd85263006.tar.gz
chromium_src-871f8af23e4ce5ffba6da0b74bf174dd85263006.tar.bz2
Revert 168440 - Disable find if constrained window is shown
(Reverting this CL because it included an unintentional change to chrome_browser_main.cc. I'll reland this afterwards with that change removed.) This CL disables the "find in place" command if a constrained window is shown. BUG=156969 Review URL: https://chromiumcodereview.appspot.com/11293259 TBR=sail@chromium.org Review URL: https://codereview.chromium.org/11419076 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@168633 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/ui/browser_command_controller.h')
-rw-r--r--chrome/browser/ui/browser_command_controller.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/chrome/browser/ui/browser_command_controller.h b/chrome/browser/ui/browser_command_controller.h
index 1d8e96c..2d549ff 100644
--- a/chrome/browser/ui/browser_command_controller.h
+++ b/chrome/browser/ui/browser_command_controller.h
@@ -102,8 +102,6 @@ class BrowserCommandController : public CommandUpdater::CommandUpdaterDelegate,
content::WebContents* old_contents,
content::WebContents* new_contents,
int index) OVERRIDE;
- virtual void TabBlockedStateChanged(content::WebContents* contents,
- int index) OVERRIDE;
// Overridden from TabRestoreServiceObserver:
virtual void TabRestoreServiceChanged(TabRestoreService* service) OVERRIDE;
@@ -161,9 +159,6 @@ class BrowserCommandController : public CommandUpdater::CommandUpdaterDelegate,
// |force| is true if the button should change its icon immediately.
void UpdateReloadStopState(bool is_loading, bool force);
- // Updates commands for find.
- void UpdateCommandsForFind();
-
// Add/remove observers for interstitial attachment/detachment from
// |contents|.
void AddInterstitialObservers(content::WebContents* contents);