| Index: apps/shell/browser/shell_app_sorting.h
|
| diff --git a/apps/shell/browser/shell_app_sorting.h b/apps/shell/browser/shell_app_sorting.h
|
| index 461a3ed7f5473c3aadddada266707a49b6846fc8..a7f50d6b9fd8dbcfa25253f03edadc4d84e893b3 100644
|
| --- a/apps/shell/browser/shell_app_sorting.h
|
| +++ b/apps/shell/browser/shell_app_sorting.h
|
| @@ -53,7 +53,8 @@ class ShellAppSorting : public extensions::AppSorting {
|
| const syncer::StringOrdinal& page_ordinal) const OVERRIDE;
|
| virtual syncer::StringOrdinal PageIntegerAsStringOrdinal(
|
| size_t page_index) OVERRIDE;
|
| - virtual void MarkExtensionAsHidden(const std::string& extension_id) OVERRIDE;
|
| + virtual void SetExtensionVisible(const std::string& extension_id,
|
| + bool visible) OVERRIDE;
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(ShellAppSorting);
|
|
|