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

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

Issue 10091006: TabContents -> WebContentsImpl, part 15. (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_observer.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/view_type.h
diff --git a/content/public/common/view_type.h b/content/public/common/view_type.h
index 9c0f0dcceafb81a005d0f5c8a9667387cdf7438b..cad496f701ca150e44e16e6d9a019e0801a5a00c 100644
--- a/content/public/common/view_type.h
+++ b/content/public/common/view_type.h
@@ -11,7 +11,7 @@ namespace content {
// Indicates different types of views.
enum ViewTypeValues {
VIEW_TYPE_INVALID,
- VIEW_TYPE_TAB_CONTENTS,
+ VIEW_TYPE_WEB_CONTENTS,
VIEW_TYPE_INTERSTITIAL_PAGE,
VIEW_TYPE_DEV_TOOLS_UI,
« no previous file with comments | « content/public/browser/web_contents_observer.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698