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

Unified Diff: chrome/browser/net/predictor.h

Issue 2876153002: Support Using ScopedFeatureList in BrowserTest (Closed)
Patch Set: Ilya comment addressed Created 3 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: chrome/browser/net/predictor.h
diff --git a/chrome/browser/net/predictor.h b/chrome/browser/net/predictor.h
index 7023275b58856ac3a668e99a44dc0fc7d884b084..0385821db19b4657554cc5ebae9c705770227b0a 100644
--- a/chrome/browser/net/predictor.h
+++ b/chrome/browser/net/predictor.h
@@ -29,6 +29,7 @@
#include <vector>
#include "base/containers/mru_cache.h"
+#include "base/feature_list.h"
#include "base/gtest_prod_util.h"
#include "base/macros.h"
#include "base/memory/weak_ptr.h"
@@ -61,6 +62,10 @@ namespace user_prefs {
class PrefRegistrySyncable;
}
+namespace features {
+extern const base::Feature kNetworkPrediction;
+}
+
namespace chrome_browser_net {
typedef std::map<GURL, UrlInfo> Results;

Powered by Google App Engine
This is Rietveld 408576698