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

Unified Diff: chrome/browser/ui/app_list/app_list.h

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
« no previous file with comments | « chrome/browser/apps/chrome_apps_client.cc ('k') | chrome/browser/ui/app_list/app_list_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/app_list/app_list.h
diff --git a/chrome/browser/ui/app_list/app_list.h b/chrome/browser/ui/app_list/app_list.h
index ce4eeb0db03a353ac3ec230ff588eb1f0484e87f..0c8c0b08d004e573355856d71733a441dcbe6add 100644
--- a/chrome/browser/ui/app_list/app_list.h
+++ b/chrome/browser/ui/app_list/app_list.h
@@ -19,7 +19,6 @@ class AppList {
virtual void MoveNearCursor() = 0;
virtual bool IsVisible() = 0;
virtual void Prerender() = 0;
- virtual void ReactivateOnNextFocusLoss() = 0;
virtual gfx::NativeWindow GetWindow() = 0;
virtual void SetProfile(Profile* profile) = 0;
};
« no previous file with comments | « chrome/browser/apps/chrome_apps_client.cc ('k') | chrome/browser/ui/app_list/app_list_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698