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

Unified Diff: chrome/browser/guest_view/extension_options/chrome_extension_options_guest_delegate.cc

Issue 668053002: Put chrome/ counterparts of WebView and MimeHandlerView under extensions/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 6 years, 2 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 | « no previous file | chrome/browser/guest_view/mime_handler_view/chrome_mime_handler_view_guest_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/guest_view/extension_options/chrome_extension_options_guest_delegate.cc
diff --git a/chrome/browser/guest_view/extension_options/chrome_extension_options_guest_delegate.cc b/chrome/browser/guest_view/extension_options/chrome_extension_options_guest_delegate.cc
index 8753c0d9667f9c49deda12b29cce897edc779b74..b572716fe60c4ac7bd1d04f66ee4adc82c40c824 100644
--- a/chrome/browser/guest_view/extension_options/chrome_extension_options_guest_delegate.cc
+++ b/chrome/browser/guest_view/extension_options/chrome_extension_options_guest_delegate.cc
@@ -22,7 +22,7 @@ ChromeExtensionOptionsGuestDelegate::~ChromeExtensionOptionsGuestDelegate() {
}
void ChromeExtensionOptionsGuestDelegate::DidInitialize() {
- extensions::ChromeExtensionWebContentsObserver::CreateForWebContents(
+ ChromeExtensionWebContentsObserver::CreateForWebContents(
extension_options_guest()->web_contents());
}
« no previous file with comments | « no previous file | chrome/browser/guest_view/mime_handler_view/chrome_mime_handler_view_guest_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698