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

Unified Diff: content/common/content_switches_internal.h

Issue 1860743002: Add a flag to change when android's progress bar completes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add flag to include same origin iframes 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: content/common/content_switches_internal.h
diff --git a/content/common/content_switches_internal.h b/content/common/content_switches_internal.h
index aacd9426e58b109f29205ff5cca096982d069f00..ec3a0f418bcfbb027ed9f8f246aed12811f0dfdc 100644
--- a/content/common/content_switches_internal.h
+++ b/content/common/content_switches_internal.h
@@ -18,6 +18,8 @@ bool IsWin32kRendererLockdownEnabled();
#endif
V8CacheOptions GetV8CacheOptions();
+ProgressBarCompletionOptions GetProgressBarCompletionOptions();
dcheng 2016/06/08 06:54:17 Nit: the naming makes it sounds like it can return
Nate Chapin 2016/06/14 22:51:46 Renamed to GetProgressBarCompletionPolicy(), and t
+
CONTENT_EXPORT bool IsUseZoomForDSFEnabled();
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698