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

Unified Diff: content/browser/web_contents/web_contents_impl.cc

Issue 10387110: Remove VIEW_TYPE_WEB_CONTENTS and make default view type INVALID. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: blah 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 | « content/browser/web_contents/web_contents_impl.h ('k') | content/public/common/view_type.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/web_contents/web_contents_impl.cc
diff --git a/content/browser/web_contents/web_contents_impl.cc b/content/browser/web_contents/web_contents_impl.cc
index e8da542cbb626f156508f5b67334aa004b30d711..5330389e3c53598ebd5ba5f7a880050edd72f1bc 100644
--- a/content/browser/web_contents/web_contents_impl.cc
+++ b/content/browser/web_contents/web_contents_impl.cc
@@ -287,7 +287,7 @@ WebContentsImpl::WebContentsImpl(
static_cast<int>(content::kMaximumZoomFactor * 100)),
temporary_zoom_settings_(false),
content_restrictions_(0),
- view_type_(content::VIEW_TYPE_WEB_CONTENTS),
+ view_type_(content::VIEW_TYPE_INVALID),
color_chooser_(NULL) {
render_manager_.Init(browser_context, site_instance, routing_id);
« no previous file with comments | « content/browser/web_contents/web_contents_impl.h ('k') | content/public/common/view_type.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698