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

Unified Diff: chrome/browser/ui/status_bubble.h

Issue 1841653003: Drop |languages| from {Format,Elide}Url* and IDNToUnicode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix typo in elide_url.cc Created 4 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
Index: chrome/browser/ui/status_bubble.h
diff --git a/chrome/browser/ui/status_bubble.h b/chrome/browser/ui/status_bubble.h
index 7ecb852563075974f0c8c444bb10dd682e9be44d..1d52275aa6f062309c697eb0423e9c1e57b1454a 100644
--- a/chrome/browser/ui/status_bubble.h
+++ b/chrome/browser/ui/status_bubble.h
@@ -35,9 +35,8 @@ class StatusBubble {
// Sets the bubble text to a URL - if given a non-empty URL, this will cause
// the bubble to fade in and remain open until given an empty URL or until
- // the Hide() method is called. languages is the value of Accept-Language
- // to determine what characters are understood by a user.
- virtual void SetURL(const GURL& url, const std::string& languages) = 0;
+ // the Hide() method is called.
+ virtual void SetURL(const GURL& url) = 0;
// Skip the fade and instant-hide the bubble.
virtual void Hide() = 0;
« no previous file with comments | « chrome/browser/ui/search_engines/search_engine_tab_helper.cc ('k') | chrome/browser/ui/toolbar/back_forward_menu_model.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698