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

Unified Diff: chrome/browser/banners/app_banner_debug_log.h

Issue 2050933002: Upstream: Add additional checks before creating a WebAPK after clicking "Add to Homescreen" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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: chrome/browser/banners/app_banner_debug_log.h
diff --git a/chrome/browser/banners/app_banner_debug_log.h b/chrome/browser/banners/app_banner_debug_log.h
index e5e468e8524061933409525caaad20f5efcab87e..f6325bcd3bc587fa805fe28e4c512ee042ccb3dd 100644
--- a/chrome/browser/banners/app_banner_debug_log.h
+++ b/chrome/browser/banners/app_banner_debug_log.h
@@ -16,6 +16,7 @@ namespace banners {
// Error message strings used to notify developers via the console.
enum class OutputDeveloperMessageCode {
+ kNone,
kRendererRequestCancel,
kManifestEmpty,
kNoManifest,

Powered by Google App Engine
This is Rietveld 408576698