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

Unified Diff: ios/chrome/browser/experimental_flags.h

Issue 1131303003: [iOS] Upstream experimental_flags::IsAlertOnBackgroundUploadEnabled (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | ios/chrome/browser/experimental_flags.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/experimental_flags.h
diff --git a/ios/chrome/browser/experimental_flags.h b/ios/chrome/browser/experimental_flags.h
index 1cd81a28c5974bbf316984d8b65a1be437a99729..597641800190278ed4e8f6ed216eaead7d3b1ab9 100644
--- a/ios/chrome/browser/experimental_flags.h
+++ b/ios/chrome/browser/experimental_flags.h
@@ -12,6 +12,9 @@
namespace experimental_flags {
+// Whether background crash report upload should generate a local notification.
+bool IsAlertOnBackgroundUploadEnabled();
+
// Returns true if the contents of the clipboard can be used for autocomplete.
bool IsOpenFromClipboardEnabled();
« no previous file with comments | « no previous file | ios/chrome/browser/experimental_flags.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698