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

Side by Side Diff: ui/app_list/app_list_switches.h

Issue 2898743002: Draggable peeking/fullscreen launcher with transparent background. (Closed)
Patch Set: Created 3 years, 7 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 unified diff | Download patch
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef UI_APP_LIST_APP_LIST_SWITCHES_H_ 5 #ifndef UI_APP_LIST_APP_LIST_SWITCHES_H_
6 #define UI_APP_LIST_APP_LIST_SWITCHES_H_ 6 #define UI_APP_LIST_APP_LIST_SWITCHES_H_
7 7
8 #include "build/build_config.h" 8 #include "build/build_config.h"
9 #include "ui/app_list/app_list_export.h" 9 #include "ui/app_list/app_list_export.h"
10 10
(...skipping 16 matching lines...) Expand all
27 27
28 bool APP_LIST_EXPORT IsVoiceSearchEnabled(); 28 bool APP_LIST_EXPORT IsVoiceSearchEnabled();
29 29
30 // Determines whether the app list should not be dismissed on focus loss. 30 // Determines whether the app list should not be dismissed on focus loss.
31 bool APP_LIST_EXPORT ShouldNotDismissOnBlur(); 31 bool APP_LIST_EXPORT ShouldNotDismissOnBlur();
32 32
33 bool APP_LIST_EXPORT IsDriveAppsInAppListEnabled(); 33 bool APP_LIST_EXPORT IsDriveAppsInAppListEnabled();
34 34
35 bool APP_LIST_EXPORT IsDriveSearchInChromeLauncherEnabled(); 35 bool APP_LIST_EXPORT IsDriveSearchInChromeLauncherEnabled();
36 36
37 //bool APP_LIST_EXPORT IsFullscreenApplistEnabled();
vadimt 2017/05/22 23:36:56 Remove?
newcomer 2017/05/25 23:10:51 Done! ty.
38
37 } // namespace switches 39 } // namespace switches
38 } // namespace app_list 40 } // namespace app_list
39 41
40 #endif // UI_APP_LIST_APP_LIST_SWITCHES_H_ 42 #endif // UI_APP_LIST_APP_LIST_SWITCHES_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698