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

Unified Diff: chrome/browser/ui/views/app_list/linux/app_list_linux.cc

Issue 226283003: Remove single-window-metro-mode code paths for the app launcher and apps. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Thought I deleted this already Created 6 years, 9 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/app_list/linux/app_list_linux.cc
diff --git a/chrome/browser/ui/views/app_list/linux/app_list_linux.cc b/chrome/browser/ui/views/app_list/linux/app_list_linux.cc
index 0389aa823b128ecc29b3d6933f621117e891d13a..59be807c03715e30c21b42df8d7254eb0798ec6e 100644
--- a/chrome/browser/ui/views/app_list/linux/app_list_linux.cc
+++ b/chrome/browser/ui/views/app_list/linux/app_list_linux.cc
@@ -95,10 +95,6 @@ void AppListLinux::Prerender() {
view_->Prerender();
}
-void AppListLinux::ReactivateOnNextFocusLoss() {
- // This is only used on Windows 8, so we ignore it on Linux.
-}
-
gfx::NativeWindow AppListLinux::GetWindow() {
return view_->GetWidget()->GetNativeWindow();
}
« no previous file with comments | « chrome/browser/ui/views/app_list/linux/app_list_linux.h ('k') | chrome/browser/ui/views/app_list/win/activation_tracker_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698