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

Unified Diff: apps/shell/browser/shell_app_sorting.cc

Issue 397903002: Do not assign launch ordinals to ephemeral apps (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ephemapp_unload_review
Patch Set: Minor clean up Created 6 years, 5 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
« no previous file with comments | « apps/shell/browser/shell_app_sorting.h ('k') | chrome/browser/apps/ephemeral_app_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « apps/shell/browser/shell_app_sorting.h ('k') | chrome/browser/apps/ephemeral_app_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698