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

Unified Diff: ui/views/corewm/corewm_switches.h

Issue 23874013: Remove old activation code and disable-focus-controller flags (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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: ui/views/corewm/corewm_switches.h
diff --git a/ui/views/corewm/corewm_switches.h b/ui/views/corewm/corewm_switches.h
index a78088cd7ca410f228802d91d1348b1933816da0..63c5251745d5d8a527818b2e719b32ef170912e9 100644
--- a/ui/views/corewm/corewm_switches.h
+++ b/ui/views/corewm/corewm_switches.h
@@ -21,14 +21,6 @@ VIEWS_EXPORT extern const char kNoDropShadows[];
VIEWS_EXPORT extern const char kWindowAnimationsDisabled[];
} // namespace switches
-
-// Returns true if the new FocusController should be used as the
-// Activation/FocusClient.
-VIEWS_EXPORT bool UseFocusController();
-
-// Same as above but for Desktop mode.
-VIEWS_EXPORT bool UseFocusControllerOnDesktop();
-
} // namespace corewm
} // namespace views

Powered by Google App Engine
This is Rietveld 408576698