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

Unified Diff: chrome/browser/ui/views/apps/chrome_native_app_window_views_aura_ash.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: chrome/browser/ui/views/apps/chrome_native_app_window_views_aura_ash.h
diff --git a/chrome/browser/ui/views/apps/chrome_native_app_window_views_aura_ash.h b/chrome/browser/ui/views/apps/chrome_native_app_window_views_aura_ash.h
index e3a0d77fbdd55c440f0402ebfcf058ba92b40684..2a2ae09349477e1ba0abd04cfbf9e69d4bad514c 100644
--- a/chrome/browser/ui/views/apps/chrome_native_app_window_views_aura_ash.h
+++ b/chrome/browser/ui/views/apps/chrome_native_app_window_views_aura_ash.h
@@ -64,6 +64,7 @@ class ChromeNativeAppWindowViewsAuraAsh : public ChromeNativeAppWindowViewsAura,
void SetFullscreen(int fullscreen_types) override;
void UpdateDraggableRegions(
const std::vector<extensions::DraggableRegion>& regions) override;
+ void SetActivateOnPointer(bool activate_on_pointer) override;
private:
FRIEND_TEST_ALL_PREFIXES(ShapedAppWindowTargeterTest,

Powered by Google App Engine
This is Rietveld 408576698