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

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

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 | « no previous file | apps/shell/browser/shell_app_sorting.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.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);
« no previous file with comments | « no previous file | apps/shell/browser/shell_app_sorting.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698