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

Unified Diff: content/child/appcache/web_application_cache_host_impl.h

Issue 2671643002: Rename WebApplicationCacheHostImpl::IsNewMasterEntry enum to not use YES/NO. (Closed)
Patch Set: Created 3 years, 11 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: content/child/appcache/web_application_cache_host_impl.h
diff --git a/content/child/appcache/web_application_cache_host_impl.h b/content/child/appcache/web_application_cache_host_impl.h
index 3a1cc2dbb2f412cad3b1822731331bc86034d322..8fe5b308bb86d8c1532ce5d879ebe81a68581f06 100644
--- a/content/child/appcache/web_application_cache_host_impl.h
+++ b/content/child/appcache/web_application_cache_host_impl.h
@@ -57,11 +57,7 @@ class WebApplicationCacheHostImpl
void getAssociatedCacheInfo(CacheInfo* info) override;
private:
- enum IsNewMasterEntry {
- MAYBE,
- YES,
- NO
- };
+ enum IsNewMasterEntry { MAYBE_NEW_ENTRY, NEW_ENTRY, OLD_ENTRY };
blink::WebApplicationCacheHostClient* client_;
AppCacheBackend* backend_;

Powered by Google App Engine
This is Rietveld 408576698