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

Unified Diff: chrome/browser/tab_contents/navigation_entry.h

Issue 4200007: Refactor automation messages. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: chrome_frame no longer depends on tab_contents.h Created 10 years, 2 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/tab_contents/navigation_entry.h
diff --git a/chrome/browser/tab_contents/navigation_entry.h b/chrome/browser/tab_contents/navigation_entry.h
index 9a5f6a5d60009be07711aa1457b3933d8a6b9c58..ca97e0256d31cca6e9e399caff90f0439fcd3f18 100644
--- a/chrome/browser/tab_contents/navigation_entry.h
+++ b/chrome/browser/tab_contents/navigation_entry.h
@@ -10,8 +10,9 @@
#include "base/basictypes.h"
#include "base/ref_counted.h"
-#include "chrome/browser/tab_contents/security_style.h"
+#include "chrome/common/page_type.h"
#include "chrome/common/page_transition_types.h"
+#include "chrome/common/security_style.h"
#include "googleurl/src/gurl.h"
#include "third_party/skia/include/core/SkBitmap.h"
@@ -132,13 +133,6 @@ class NavigationEntry {
// Copy and assignment is explicitly allowed for this class.
};
- // The type of the page an entry corresponds to. Used by tests.
- enum PageType {
- NORMAL_PAGE = 0,
- ERROR_PAGE,
- INTERSTITIAL_PAGE
- };
-
// Favicon -------------------------------------------------------------------
// Collects the favicon related information for a NavigationEntry.

Powered by Google App Engine
This is Rietveld 408576698