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

Unified Diff: chrome/browser/prerender/prerender_manager.h

Issue 8537021: Add information to net-internals if the user is in the no-use group. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Adding more info to net-internals for Prerendering experimental groups. Created 9 years, 1 month 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
« no previous file with comments | « no previous file | chrome/browser/prerender/prerender_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/prerender/prerender_manager.h
diff --git a/chrome/browser/prerender/prerender_manager.h b/chrome/browser/prerender/prerender_manager.h
index 3f4e026bb12a9e24b62cbc4dccf0d4a562392764..13439580a3c8b1fa49e5e77dbe60e1eb078c0db0 100644
--- a/chrome/browser/prerender/prerender_manager.h
+++ b/chrome/browser/prerender/prerender_manager.h
@@ -153,6 +153,7 @@ class PrerenderManager : public base::SupportsWeakPtr<PrerenderManager>,
static void SetMode(PrerenderManagerMode mode);
static bool IsPrerenderingPossible();
static bool IsControlGroup();
+ static bool IsNoUseGroup();
// Query the list of current prerender pages to see if the given tab contents
// is prerendering a page.
« no previous file with comments | « no previous file | chrome/browser/prerender/prerender_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698