| Index: components/arc/intent_helper/activity_icon_loader.h
|
| diff --git a/components/arc/intent_helper/activity_icon_loader.h b/components/arc/intent_helper/activity_icon_loader.h
|
| index f66ec30c68427fc93f6fac01319701bbef9824b0..41d2ace9640a7a63f950b7199d965c3ce36fb3a2 100644
|
| --- a/components/arc/intent_helper/activity_icon_loader.h
|
| +++ b/components/arc/intent_helper/activity_icon_loader.h
|
| @@ -34,9 +34,13 @@ class ActivityIconLoader : public base::RefCounted<ActivityIconLoader> {
|
| ActivityName(const std::string& package_name,
|
| const std::string& activity_name);
|
| bool operator<(const ActivityName& other) const;
|
| +
|
| // TODO(yusukes): Add const to these variables later. At this point,
|
| // doing so seems to confuse g++ 4.6 on builders.
|
| std::string package_name;
|
| +
|
| + // Can be empty. When |activity_name| is empty, the loader tries to fetch
|
| + // the package's default icon.
|
| std::string activity_name;
|
| };
|
|
|
|
|