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

Unified Diff: chrome/browser/ui/cocoa/find_bar/find_bar_view.mm

Issue 267873004: Remove unused VIEW_ID_FIND_IN_PAGE. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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 | « no previous file | chrome/browser/ui/cocoa/view_id_util_browsertest.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/cocoa/find_bar/find_bar_view.mm
diff --git a/chrome/browser/ui/cocoa/find_bar/find_bar_view.mm b/chrome/browser/ui/cocoa/find_bar/find_bar_view.mm
index b9269ad230971c6377b0971efdb3da5c4e914e23..0c7838d9eb75fcb3ceb07c8f0668f0a14257dd1b 100644
--- a/chrome/browser/ui/cocoa/find_bar/find_bar_view.mm
+++ b/chrome/browser/ui/cocoa/find_bar/find_bar_view.mm
@@ -144,10 +144,6 @@ CGFloat kCurveSize = 8;
return NSDragOperationNone;
}
-- (ViewID)viewID {
- return VIEW_ID_FIND_IN_PAGE;
-}
-
// Specifies that mouse events over this view should be ignored by the
// render host.
- (BOOL)nonWebContentView {
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/view_id_util_browsertest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698