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

Unified Diff: chrome/browser/extensions/extension_menu_manager.h

Issue 3058044: Revert 54955 - Merge 54514 ... (Closed) Base URL: svn://svn.chromium.org/chrome/branches/479/src/
Patch Set: Created 10 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/extensions/extension_menu_manager.h
===================================================================
--- chrome/browser/extensions/extension_menu_manager.h (revision 54967)
+++ chrome/browser/extensions/extension_menu_manager.h (working copy)
@@ -120,10 +120,8 @@
target_url_patterns_ = patterns;
}
- // Returns the title with any instances of %s replaced by |selection|. The
- // result will be no longer than |max_length|.
- string16 TitleWithReplacement(const string16& selection,
- size_t max_length) const;
+ // Returns the title with any instances of %s replaced by |selection|.
+ string16 TitleWithReplacement(const string16& selection) const;
// Set the checked state to |checked|. Returns true if successful.
bool SetChecked(bool checked);
« no previous file with comments | « chrome/browser/extensions/extension_function_dispatcher.cc ('k') | chrome/browser/extensions/extension_menu_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698