Index: apps/shell/browser/shell_app_sorting.cc |
diff --git a/apps/shell/browser/shell_app_sorting.cc b/apps/shell/browser/shell_app_sorting.cc |
index b78d57d8fa8d4063ef3d5dcaee6d178fc08dd476..fa16063aab5b4d96849e2249e6129fe7188ab981 100644 |
--- a/apps/shell/browser/shell_app_sorting.cc |
+++ b/apps/shell/browser/shell_app_sorting.cc |
@@ -100,8 +100,8 @@ syncer::StringOrdinal ShellAppSorting::PageIntegerAsStringOrdinal( |
return syncer::StringOrdinal(kFirstPage); |
} |
-void ShellAppSorting::MarkExtensionAsHidden( |
- const std::string& extension_id) { |
+void ShellAppSorting::SetExtensionVisible(const std::string& extension_id, |
+ bool visible) { |
} |
} // namespace apps |