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

Unified Diff: views/widget/root_view.h

Issue 7324029: Fix the bug of the hide key on Omnibox. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 5 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 | « chrome/browser/ui/views/frame/browser_root_view.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/widget/root_view.h
diff --git a/views/widget/root_view.h b/views/widget/root_view.h
index e46087c531893a86f2247b410c95b3a498ebdf07..cbee30fe26899acc8f9ded1027586640c71fa34b 100644
--- a/views/widget/root_view.h
+++ b/views/widget/root_view.h
@@ -127,8 +127,6 @@ class RootView : public View,
virtual void CalculateOffsetToAncestorWithLayer(gfx::Point* offset,
View** ancestor) OVERRIDE;
- View* touch_pressed_handler() const { return touch_pressed_handler_; }
-
private:
friend class View;
friend class Widget;
« no previous file with comments | « chrome/browser/ui/views/frame/browser_root_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698