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

Unified Diff: chrome/browser/extensions/extension_host.cc

Issue 6462017: gtk: Improve fullscreen RenderWidgetHostViewGtk. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update a comment Created 9 years, 10 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/extensions/extension_host.cc
diff --git a/chrome/browser/extensions/extension_host.cc b/chrome/browser/extensions/extension_host.cc
index 5700ff5f3b23384f2c714d8cf16aa2a9ece00d83..89db9fe2ada9d564bb70e7e7af0810cecce4b2ee 100644
--- a/chrome/browser/extensions/extension_host.cc
+++ b/chrome/browser/extensions/extension_host.cc
@@ -560,8 +560,7 @@ void ExtensionHost::CreateNewWidget(int route_id,
CreateNewWidgetInternal(route_id, popup_type);
}
-void ExtensionHost::CreateNewFullscreenWidget(int route_id,
- WebKit::WebPopupType popup_type) {
+void ExtensionHost::CreateNewFullscreenWidget(int route_id) {
NOTREACHED()
<< "ExtensionHost does not support showing full screen popups yet.";
}

Powered by Google App Engine
This is Rietveld 408576698