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

Unified Diff: mandoline/ui/browser/android/android_ui.h

Issue 1133893003: Omnibox app (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 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
« no previous file with comments | « mandoline/ui/browser/BUILD.gn ('k') | mandoline/ui/browser/android/android_ui.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mandoline/ui/browser/android/android_ui.h
diff --git a/mandoline/ui/browser/android/android_ui.h b/mandoline/ui/browser/android/android_ui.h
index e63a37f235e853bb1e478daceda82e44adbe2f89..cb0ede61c8e73ff5d7755861147e27130396aa08 100644
--- a/mandoline/ui/browser/android/android_ui.h
+++ b/mandoline/ui/browser/android/android_ui.h
@@ -21,12 +21,13 @@ class Browser;
class AndroidUI : public BrowserUI,
public mojo::ViewObserver {
public:
- AndroidUI(Browser* browser, mojo::Shell* shell);
+ AndroidUI(Browser* browser, mojo::ApplicationImpl* application_impl);
~AndroidUI() override;
private:
// Overridden from BrowserUI:
- void Init(mojo::View* root, mojo::View* content) override;
+ void Init(mojo::View* root) override;
+ void OnURLChanged() override;
// Overriden from mojo::ViewObserver:
virtual void OnViewBoundsChanged(mojo::View* view,
@@ -34,7 +35,7 @@ class AndroidUI : public BrowserUI,
const mojo::Rect& new_bounds) override;
Browser* browser_;
- mojo::Shell* shell_;
+ mojo::ApplicationImpl* application_impl_;
mojo::View* root_;
mojo::View* content_;
« no previous file with comments | « mandoline/ui/browser/BUILD.gn ('k') | mandoline/ui/browser/android/android_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698