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

Unified Diff: chrome/browser/ui/ime/ime_window.h

Issue 1756853002: Correctly sets the security origin for the IME window. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed tests. Created 4 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/ui/ime/ime_window.h
diff --git a/chrome/browser/ui/ime/ime_window.h b/chrome/browser/ui/ime/ime_window.h
index 77ffd24d2c13d544398ac220a19b78291a6e9324..b00cc5e7c038615d259ff9252e062ee6af9c207d 100644
--- a/chrome/browser/ui/ime/ime_window.h
+++ b/chrome/browser/ui/ime/ime_window.h
@@ -23,6 +23,7 @@ class GURL;
class Profile;
namespace content {
+class RenderFrameHost;
class WebContents;
}
@@ -60,6 +61,7 @@ class ImeWindow : public content::NotificationObserver,
// better to simply the client code.
ImeWindow(Profile* profile,
const extensions::Extension* extension,
+ content::RenderFrameHost* render_frame_host,
Devlin 2016/03/02 18:05:11 Document |render_frame_host| - and maybe even rena
Shu Chen 2016/03/03 01:33:32 Done.
const std::string& url,
Mode mode,
const gfx::Rect& bounds);

Powered by Google App Engine
This is Rietveld 408576698