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

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

Issue 10386171: Remove redundant boolean from unit test code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase and merge Created 8 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
« no previous file with comments | « no previous file | chrome/browser/prerender/prerender_contents.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/prerender/prerender_contents.h
diff --git a/chrome/browser/prerender/prerender_contents.h b/chrome/browser/prerender/prerender_contents.h
index dfce05bdc7332310a0be294fb2e135a2e79a8e19..9546da7eac65d8f26a83ac92bc72ee37c7317374 100644
--- a/chrome/browser/prerender/prerender_contents.h
+++ b/chrome/browser/prerender/prerender_contents.h
@@ -243,6 +243,8 @@ class PrerenderContents : public content::NotificationObserver,
virtual content::WebContents* CreateWebContents(
content::SessionStorageNamespace* session_storage_namespace);
+ bool prerendering_has_started_;
+
private:
class TabContentsDelegateImpl;
@@ -300,8 +302,6 @@ class PrerenderContents : public content::NotificationObserver,
// |this|, when |this| has a RenderView.
FinalStatus final_status_;
- bool prerendering_has_started_;
-
// The MatchComplete status of the prerender, indicating how it relates
// to being a MatchComplete dummy (see definition of MatchCompleteStatus
// above).
« no previous file with comments | « no previous file | chrome/browser/prerender/prerender_contents.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698