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

Unified Diff: ui/base/ui_base_switches.h

Issue 2241273004: Move kUseNewVKWindowBehavior switch. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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/base/ui_base_switches.h
diff --git a/ui/base/ui_base_switches.h b/ui/base/ui_base_switches.h
index 08b349dfd660cbec82d5bef72fae134d952b4198..32d27f47e4e4ba7de5598a2f9941063e8b4c546a 100644
--- a/ui/base/ui_base_switches.h
+++ b/ui/base/ui_base_switches.h
@@ -39,6 +39,7 @@ UI_BASE_EXPORT extern const char kTopChromeMD[];
UI_BASE_EXPORT extern const char kTopChromeMDMaterial[];
UI_BASE_EXPORT extern const char kTopChromeMDMaterialHybrid[];
UI_BASE_EXPORT extern const char kTopChromeMDNonMaterial[];
+UI_BASE_EXPORT extern const char kUseNewVKWindowBehavior[];
sadrul 2016/08/15 22:36:30 Is https://cs.chromium.org/chromium/src/ui/keyboar
hariank 2016/08/15 22:52:26 The switch needs to be used in src/content/browser
sadrul 2016/08/16 00:03:17 Interesting. Can you clarify why/how RWHVAura woul
hariank 2016/08/16 00:26:31 With the new VK behavior (described in https://doc
UI_BASE_EXPORT extern const char kExtendMdToSecondaryUi[];
} // namespace switches

Powered by Google App Engine
This is Rietveld 408576698