Chromium Code Reviews| 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); |