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

Unified Diff: chrome/android/java/src/org/chromium/chrome/browser/ChromeBackupAgent.java

Issue 2853513002: Move part of initialization tasks to ProcessInitializationHandler (Closed)
Patch Set: Addressed comments Created 3 years, 8 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/android/java/src/org/chromium/chrome/browser/DeferredStartupHandler.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/src/org/chromium/chrome/browser/ChromeBackupAgent.java
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/ChromeBackupAgent.java b/chrome/android/java/src/org/chromium/chrome/browser/ChromeBackupAgent.java
index bc9dd5e66d7b0fc79e3b55cc79ba2ed059de02db..2df2c68c5d6e4f330ff009436aeb7c8133299fb3 100644
--- a/chrome/android/java/src/org/chromium/chrome/browser/ChromeBackupAgent.java
+++ b/chrome/android/java/src/org/chromium/chrome/browser/ChromeBackupAgent.java
@@ -416,7 +416,7 @@ public class ChromeBackupAgent extends BackupAgent {
/**
* Record the restore histogram. To be called from Chrome itself once it is running.
*/
- static void recordRestoreHistogram() {
+ public static void recordRestoreHistogram() {
int restoreStatus = getRestoreStatus();
// Ensure restore status is only recorded once
if (restoreStatus != RESTORE_STATUS_RECORDED) {
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/DeferredStartupHandler.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698