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

Unified Diff: chrome/common/chrome_features.h

Issue 2859263002: ThumbnailTabHelper: Capture thumbnail when page load finishes (Closed)
Patch Set: flag Created 3 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: chrome/common/chrome_features.h
diff --git a/chrome/common/chrome_features.h b/chrome/common/chrome_features.h
index 8a9c5c24f54c9d233c6f3c81d5752d4e57991124..447ba9b068169f67b1af6c9da3032db82ee5b350 100644
--- a/chrome/common/chrome_features.h
+++ b/chrome/common/chrome_features.h
@@ -62,6 +62,8 @@ extern const base::Feature kBrowserTouchBar;
extern const base::Feature kTabStripKeyboardFocus;
#endif // defined(OS_MACOSX)
+extern const base::Feature kCaptureThumbnailOnLoadFinished;
+
extern const base::Feature kCheckInstallabilityForBannerOnLoad;
#if defined(OS_WIN)

Powered by Google App Engine
This is Rietveld 408576698