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

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

Issue 731423002: Remove OriginChip code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix gyp file and bad merge Created 5 years, 10 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/omnibox/omnibox_edit_unittest.cc ('k') | chrome/browser/ui/omnibox/omnibox_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 270e254dec59f9bd8a0aeb70b91f64e0eefc8bff..f60b155d4a620b9bd750469365d237a50a4e47d5 100644
--- a/chrome/browser/ui/omnibox/omnibox_view.h
+++ b/chrome/browser/ui/omnibox/omnibox_view.h
@@ -44,9 +44,6 @@ class OmniboxView {
CommandUpdater* command_updater() { return command_updater_; }
const CommandUpdater* command_updater() const { return command_updater_; }
- // Handle mouse release events concerning the origin chip.
- void HandleOriginChipMouseRelease();
-
// Shared cross-platform focus handling.
void OnDidKillFocus();
@@ -63,8 +60,8 @@ class OmniboxView {
// Called when any relevant state changes other than changing tabs.
virtual void Update() = 0;
- // Updates the placeholder text with the value of GetHintText() if the
- // origin chip is enabled.
+ // Updates the placeholder text with the value of GetHintText() if hint texts
+ // are enabled.
virtual void UpdatePlaceholderText() = 0;
// Asks the browser to load the specified match, using the supplied
« no previous file with comments | « chrome/browser/ui/omnibox/omnibox_edit_unittest.cc ('k') | chrome/browser/ui/omnibox/omnibox_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698