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

Unified Diff: chrome/browser/ui/views/extensions/extension_view.cc

Issue 10409088: Get rid of the RenderViewType concept in content, since it was only used by Chrome. Store the enum… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: 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
Index: chrome/browser/ui/views/extensions/extension_view.cc
===================================================================
--- chrome/browser/ui/views/extensions/extension_view.cc (revision 138369)
+++ chrome/browser/ui/views/extensions/extension_view.cc (working copy)
@@ -164,7 +164,7 @@
pending_background_.reset();
}
- content::ViewType host_type = host_->extension_host_type();
+ chrome::ViewType host_type = host_->extension_host_type();
if (host_type == chrome::VIEW_TYPE_EXTENSION_POPUP) {
gfx::Size min_size(ExtensionPopup::kMinWidth,
ExtensionPopup::kMinHeight);

Powered by Google App Engine
This is Rietveld 408576698