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

Unified Diff: chrome/browser/ui/omnibox/omnibox_view.h

Issue 110893004: [SiteChip] Add UMA, finish wiring site chip experiment up to the omnibox. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Repair bad 16x16 spacing value merge. Created 7 years 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
Index: chrome/browser/ui/omnibox/omnibox_view.h
diff --git a/chrome/browser/ui/omnibox/omnibox_view.h b/chrome/browser/ui/omnibox/omnibox_view.h
index d56d120c36ae6e2b90c93055fd47613387f4bb74..393f2f598f7f78a24fde85d42a891e03b48852be 100644
--- a/chrome/browser/ui/omnibox/omnibox_view.h
+++ b/chrome/browser/ui/omnibox/omnibox_view.h
@@ -248,6 +248,9 @@ class OmniboxView {
// from bookmarks on the clipboard.
static base::string16 GetClipboardText();
+ // Disables search term replacement, reverts the omnibox, and selects all.
+ void ShowURL();
+
protected:
OmniboxView(Profile* profile,
OmniboxEditController* controller,
@@ -256,9 +259,6 @@ class OmniboxView {
// Internally invoked whenever the text changes in some way.
virtual void TextChanged();
- // Disables search term replacement, reverts the omnibox, and selects all.
- void ShowURL();
-
// Return the number of characters in the current buffer. The name
// |GetTextLength| can't be used as the Windows override of this class
// inherits from a class that defines a method with that name.
« no previous file with comments | « no previous file | chrome/browser/ui/views/toolbar/site_chip_view.cc » ('j') | chrome/browser/ui/views/toolbar/site_chip_view.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698