commit | 7ebb82306f1eddf25a3172e339c2ecd1a331d741 | [log] [tgz] |
---|---|---|
author | Carlos Knippschild <[email protected]> | Thu Mar 22 20:59:42 2018 |
committer | Commit Bot <[email protected]> | Thu Mar 22 20:59:42 2018 |
tree | 61bcef2a8191416f3f2c1f5af2f84394f2ab7013 | |
parent | 454e04a8da1a8325166a6aa7dbad6f96e8965d5f [diff] [blame] |
Add feature flag for opening offline pages in CCT Bug: 824807 Change-Id: I4004692e55281fc95dd548911c529614017b6a02 Reviewed-on: https://chromium-review.googlesource.com/974750 Commit-Queue: Carlos Knippschild <[email protected]> Reviewed-by: Justin DeWitt <[email protected]> Cr-Commit-Position: refs/heads/master@{#545245}
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h index f4abe695..942dda5 100644 --- a/chrome/browser/flag_descriptions.h +++ b/chrome/browser/flag_descriptions.h
@@ -1306,6 +1306,9 @@ extern const char kOfflinePagesDescriptivePendingStatusName[]; extern const char kOfflinePagesDescriptivePendingStatusDescription[]; +extern const char kOfflinePagesInDownloadHomeOpenInCctName[]; +extern const char kOfflinePagesInDownloadHomeOpenInCctDescription[]; + extern const char kOfflinePagesPrefetchingName[]; extern const char kOfflinePagesPrefetchingDescription[];