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

Unified Diff: chrome/browser/resource_coordinator/tab_manager_delegate_chromeos.h

Issue 2922653003: TabManager: Kill background tabs before android (background) apps. (Closed)
Patch Set: Created 3 years, 7 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 | chrome/browser/resource_coordinator/tab_manager_delegate_chromeos.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resource_coordinator/tab_manager_delegate_chromeos.h
diff --git a/chrome/browser/resource_coordinator/tab_manager_delegate_chromeos.h b/chrome/browser/resource_coordinator/tab_manager_delegate_chromeos.h
index ddd8d5f1a2a223919e5f42ba4733f318861c7a3e..025fceadef9e2063b81b7be688fdf9bb3086ef67 100644
--- a/chrome/browser/resource_coordinator/tab_manager_delegate_chromeos.h
+++ b/chrome/browser/resource_coordinator/tab_manager_delegate_chromeos.h
@@ -46,8 +46,8 @@ enum class ProcessType {
// scores are better than BACKGROUND_TABs and BACKGROUND_APPs.
IMPORTANT_APP = 3,
- BACKGROUND_TAB = 4,
- BACKGROUND_APP = 5,
+ BACKGROUND_APP = 4,
+ BACKGROUND_TAB = 5,
UNKNOWN_TYPE = 6,
};
« no previous file with comments | « no previous file | chrome/browser/resource_coordinator/tab_manager_delegate_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698