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

Unified Diff: chrome/browser/browser.h

Issue 3417011: Makes match preview send the dimensions of the omnibox to the page. (Closed)
Patch Set: Fix unittest Created 10 years, 3 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/autocomplete/autocomplete_popup_view.h ('k') | chrome/browser/browser.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browser.h
diff --git a/chrome/browser/browser.h b/chrome/browser/browser.h
index 6b57e25a0e96649326b0d605995e332740ab7c5c..09829591bb4692cfc11647e5254448c6e6311c0c 100644
--- a/chrome/browser/browser.h
+++ b/chrome/browser/browser.h
@@ -776,6 +776,7 @@ class Browser : public TabStripModelDelegate,
virtual void HideMatchPreview();
virtual void CommitMatchPreview();
virtual void SetSuggestedText(const string16& text);
+ virtual gfx::Rect GetMatchPreviewBounds();
// Command and state updating ///////////////////////////////////////////////
« no previous file with comments | « chrome/browser/autocomplete/autocomplete_popup_view.h ('k') | chrome/browser/browser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698