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

Unified Diff: third_party/WebKit/Source/web/WebSettingsImpl.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 missing flag default 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: third_party/WebKit/Source/web/WebSettingsImpl.h
diff --git a/third_party/WebKit/Source/web/WebSettingsImpl.h b/third_party/WebKit/Source/web/WebSettingsImpl.h
index 78506162ed58d5b19e0394256dc2de2725b3cd6a..3e71c19c76ca9fa25a62d94fe9cb90770fe43f93 100644
--- a/third_party/WebKit/Source/web/WebSettingsImpl.h
+++ b/third_party/WebKit/Source/web/WebSettingsImpl.h
@@ -112,6 +112,7 @@ public:
void setLoadsImagesAutomatically(bool) override;
void setLoadWithOverviewMode(bool) override;
void setShouldReuseGlobalForUnownedMainFrame(bool) override;
+ void setProgressBarCompletion(ProgressBarCompletion) override;
void setLocalStorageEnabled(bool) override;
void setMainFrameClipsContent(bool) override;
void setMainFrameResizesAreOrientationChanges(bool) override;
« no previous file with comments | « third_party/WebKit/Source/web/AssertMatchingEnums.cpp ('k') | third_party/WebKit/Source/web/WebSettingsImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698