summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/views/status_bubble_views.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/ui/views/status_bubble_views.cc')
-rw-r--r--chrome/browser/ui/views/status_bubble_views.cc6
1 files changed, 4 insertions, 2 deletions
diff --git a/chrome/browser/ui/views/status_bubble_views.cc b/chrome/browser/ui/views/status_bubble_views.cc
index e996b3b..6251845 100644
--- a/chrome/browser/ui/views/status_bubble_views.cc
+++ b/chrome/browser/ui/views/status_bubble_views.cc
@@ -472,7 +472,8 @@ class StatusBubbleViews::StatusViewExpander : public ui::LinearAnimation,
}
// Manage the expansion of the bubble.
- void StartExpansion(string16 expanded_text, int current_width,
+ void StartExpansion(const string16& expanded_text,
+ int current_width,
int expansion_end);
// Set width of fully expanded bubble.
@@ -510,7 +511,8 @@ void StatusBubbleViews::StatusViewExpander::AnimationEnded(
}
void StatusBubbleViews::StatusViewExpander::StartExpansion(
- string16 expanded_text, int expansion_start,
+ const string16& expanded_text,
+ int expansion_start,
int expansion_end) {
expanded_text_ = expanded_text;
expansion_start_ = expansion_start;