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

Unified Diff: components/offline_pages/background/offliner.h

Issue 1971923004: Add calls to the offliner and unit tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix memory leak Created 4 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
Index: components/offline_pages/background/offliner.h
diff --git a/components/offline_pages/background/offliner.h b/components/offline_pages/background/offliner.h
index 8145cc8dadf7c924d76a65acf1d51286c010b4bb..150289e9f7d032d3e8089ab11fa53684acace7bd 100644
--- a/components/offline_pages/background/offliner.h
+++ b/components/offline_pages/background/offliner.h
@@ -21,6 +21,7 @@ class Offliner {
CANCELED = 1,
FAILED_CONSIDER_RETRY = 2,
FAILED_DO_NOT_RETRY = 3,
+ NO_STATUS_YET = 4,
dougarnett 2016/05/13 19:33:00 How about "UNKNOWN"? My pending CL adds new enum w
Pete Williamson 2016/05/13 22:28:24 Done.
};
// Reports the completion status of a request.

Powered by Google App Engine
This is Rietveld 408576698