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

Unified Diff: extensions/browser/app_window/app_window.cc

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
« no previous file with comments | « extensions/browser/app_window/app_window.h ('k') | extensions/browser/app_window/native_app_window.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/app_window/app_window.cc
diff --git a/extensions/browser/app_window/app_window.cc b/extensions/browser/app_window/app_window.cc
index b6d7754c56a47124255bc3365a36b470696500b1..b2bfeb0b3bf02a719549aee1f59bdb2c96ee83fa 100644
--- a/extensions/browser/app_window/app_window.cc
+++ b/extensions/browser/app_window/app_window.cc
@@ -705,10 +705,6 @@ void AppWindow::RestoreAlwaysOnTop() {
UpdateNativeAlwaysOnTop();
}
-void AppWindow::SetInterceptAllKeys(bool want_all_keys) {
- native_app_window_->SetInterceptAllKeys(want_all_keys);
-}
-
void AppWindow::WindowEventsReady() {
can_send_events_ = true;
SendOnWindowShownIfShown();
« no previous file with comments | « extensions/browser/app_window/app_window.h ('k') | extensions/browser/app_window/native_app_window.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698