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

Unified Diff: content/public/common/page_type.h

Issue 10073023: TabContents -> WebContentsImpl, part 14. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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 | « content/public/browser/web_contents.h ('k') | content/renderer/dom_automation_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/page_type.h
diff --git a/content/public/common/page_type.h b/content/public/common/page_type.h
index d899bd1dc07df9de1786772539bb4548495d0e33..059e7285e521aea4f1f9392d2f147f7c7a5afbf1 100644
--- a/content/public/common/page_type.h
+++ b/content/public/common/page_type.h
@@ -9,7 +9,7 @@
namespace content {
// The type of the page an entry corresponds to. Used by chrome_frame and the
-// automation layer to detect the state of a TabContents.
+// automation layer to detect the state of a WebContents.
enum PageType {
PAGE_TYPE_NORMAL = 0,
PAGE_TYPE_ERROR,
« no previous file with comments | « content/public/browser/web_contents.h ('k') | content/renderer/dom_automation_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698