| Index: chrome/browser/extensions/api/system_indicator/system_indicator_manager.h
|
| diff --git a/chrome/browser/extensions/api/system_indicator/system_indicator_manager.h b/chrome/browser/extensions/api/system_indicator/system_indicator_manager.h
|
| index 040c216f8e649433634d4ee98c3633e1afa3f39b..e39926a7b94b5a35dda27df4f2c3ded6d0527790 100644
|
| --- a/chrome/browser/extensions/api/system_indicator/system_indicator_manager.h
|
| +++ b/chrome/browser/extensions/api/system_indicator/system_indicator_manager.h
|
| @@ -55,7 +55,7 @@ class SystemIndicatorManager : public ExtensionRegistryObserver,
|
|
|
| // Causes a call to OnStatusIconClicked for the specified extension_id.
|
| // Returns false if no ExtensionIndicatorIcon is found for the extension.
|
| - bool SendClickEventToExtensionForTest(const std::string extension_id);
|
| + bool SendClickEventToExtensionForTest(const std::string& extension_id);
|
|
|
| // Causes an indicator to be shown for the given extension_action. Creates
|
| // the indicator if necessary.
|
| @@ -64,7 +64,7 @@ class SystemIndicatorManager : public ExtensionRegistryObserver,
|
| ExtensionAction* extension_action);
|
|
|
| // Causes the indicator for the given extension to be hidden.
|
| - void RemoveIndicator(const std::string &extension_id);
|
| + void RemoveIndicator(const std::string& extension_id);
|
|
|
| typedef std::map<const std::string, linked_ptr<ExtensionIndicatorIcon> >
|
| SystemIndicatorMap;
|
|
|