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

Unified Diff: chrome/browser/ui/views/toolbar/browser_actions_container.h

Issue 1303343003: [ToolbarActionViewController] Update return type of GetId(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changes per pkasting@'s comments. Created 5 years, 4 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/views/toolbar/browser_actions_container.h
diff --git a/chrome/browser/ui/views/toolbar/browser_actions_container.h b/chrome/browser/ui/views/toolbar/browser_actions_container.h
index d07cb2f77434f99b92fdb2dec69a37619c486d92..0f701d79ff5f16ca14cccc2387c38d527db681d6 100644
--- a/chrome/browser/ui/views/toolbar/browser_actions_container.h
+++ b/chrome/browser/ui/views/toolbar/browser_actions_container.h
@@ -168,7 +168,7 @@ class BrowserActionsContainer
}
// Returns the ID of the action represented by the view at |index|.
- const std::string& GetIdAt(size_t index) const;
+ std::string GetIdAt(size_t index) const;
// Returns the ToolbarActionView* associated with the given |extension|, or
// NULL if none exists.

Powered by Google App Engine
This is Rietveld 408576698