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

Unified Diff: extensions/shell/browser/shell_native_app_window.h

Issue 2854893004: cros: Hook AppCurrentWindowInternal setActivateOnPointer with aura side api (Closed)
Patch Set: update xml Created 3 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
Index: extensions/shell/browser/shell_native_app_window.h
diff --git a/extensions/shell/browser/shell_native_app_window.h b/extensions/shell/browser/shell_native_app_window.h
index f3ff7be6d4068ea9c3c5f09a5c11672378d8941c..389d082a953f310f584751f3fa47130cf11fcb29 100644
--- a/extensions/shell/browser/shell_native_app_window.h
+++ b/extensions/shell/browser/shell_native_app_window.h
@@ -68,6 +68,7 @@ class ShellNativeAppWindow : public NativeAppWindow {
const gfx::Size& max_size) override;
void SetVisibleOnAllWorkspaces(bool always_visible) override;
bool CanHaveAlphaEnabled() const override;
+ void SetActivateOnPointer(bool activate_on_pointer) override;
private:
AppWindow* app_window_;

Powered by Google App Engine
This is Rietveld 408576698