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

Unified Diff: extensions/browser/app_window/native_app_window.h

Issue 1316013004: Remove "API proposal for chrome.app.window to intercept all keys." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync to TOT Created 5 years, 3 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/browser/app_window/native_app_window.h
diff --git a/extensions/browser/app_window/native_app_window.h b/extensions/browser/app_window/native_app_window.h
index 3ad91422ff1cec4bec234db168f18f8fd97340b9..40da36834b17defe1d382e915f8994de6826c09d 100644
--- a/extensions/browser/app_window/native_app_window.h
+++ b/extensions/browser/app_window/native_app_window.h
@@ -51,10 +51,6 @@ class NativeAppWindow : public ui::BaseWindow,
// window is restored to the default shape.
virtual void UpdateShape(scoped_ptr<SkRegion> region) = 0;
- // Set whether the window should receive all keyboard events including task
- // switching keys.
- virtual void SetInterceptAllKeys(bool want_all_keys) = 0;
-
// Allows the window to handle unhandled keyboard messages coming back from
// the renderer.
virtual void HandleKeyboardEvent(
« no previous file with comments | « extensions/browser/app_window/app_window.cc ('k') | extensions/browser/extension_function_histogram_value.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698