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

Side by Side Diff: chrome/common/pref_names.cc

Issue 1650713003: Preference for Presentation Mode/Fullscreen Toolbar (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 10 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
« no previous file with comments | « chrome/common/pref_names.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 #include "chrome/common/pref_names.h" 5 #include "chrome/common/pref_names.h"
6 6
7 #include "base/macros.h" 7 #include "base/macros.h"
8 #include "build/build_config.h" 8 #include "build/build_config.h"
9 #include "chrome/common/pref_font_webkit_names.h" 9 #include "chrome/common/pref_font_webkit_names.h"
10 10
(...skipping 366 matching lines...) Expand 10 before | Expand all | Expand 10 after
377 // "false" - opt-out (disabled) 377 // "false" - opt-out (disabled)
378 // "" (empty string) - undecided 378 // "" (empty string) - undecided
379 // "true" - opt-in (enabled) 379 // "true" - opt-in (enabled)
380 const char kContextualSearchEnabled[] = "search.contextual_search_enabled"; 380 const char kContextualSearchEnabled[] = "search.contextual_search_enabled";
381 #endif 381 #endif
382 382
383 #if defined(OS_MACOSX) 383 #if defined(OS_MACOSX)
384 // Boolean that indicates whether the browser should put up a confirmation 384 // Boolean that indicates whether the browser should put up a confirmation
385 // window when the user is attempting to quit. Mac only. 385 // window when the user is attempting to quit. Mac only.
386 const char kConfirmToQuitEnabled[] = "browser.confirm_to_quit"; 386 const char kConfirmToQuitEnabled[] = "browser.confirm_to_quit";
387
388 // Boolean that indicates whether the browser should hide the toolbar when it's
389 // in fullscreen. Mac only.
390 const char kHideFullscreenToolbar[] = "browser.hide_fullscreen_toolbar";
387 #endif 391 #endif
388 392
389 // Boolean which specifies whether we should ask the user if we should download 393 // Boolean which specifies whether we should ask the user if we should download
390 // a file (true) or just download it automatically. 394 // a file (true) or just download it automatically.
391 const char kPromptForDownload[] = "download.prompt_for_download"; 395 const char kPromptForDownload[] = "download.prompt_for_download";
392 396
393 // A boolean pref set to true if we're using Link Doctor error pages. 397 // A boolean pref set to true if we're using Link Doctor error pages.
394 const char kAlternateErrorPagesEnabled[] = "alternate_error_pages.enabled"; 398 const char kAlternateErrorPagesEnabled[] = "alternate_error_pages.enabled";
395 399
396 // An adaptively identified list of domain names to be pre-fetched during the 400 // An adaptively identified list of domain names to be pre-fetched during the
(...skipping 1776 matching lines...) Expand 10 before | Expand all | Expand 10 after
2173 const char kMediaRouterEnableCloudServices[] = 2177 const char kMediaRouterEnableCloudServices[] =
2174 "media_router.cloudservices.enabled"; 2178 "media_router.cloudservices.enabled";
2175 #endif // defined(GOOGLE_CHROME_BUILD) 2179 #endif // defined(GOOGLE_CHROME_BUILD)
2176 // Whether or not the Media Router first run flow has been acknowledged by the 2180 // Whether or not the Media Router first run flow has been acknowledged by the
2177 // user. 2181 // user.
2178 const char kMediaRouterFirstRunFlowAcknowledged[] = 2182 const char kMediaRouterFirstRunFlowAcknowledged[] =
2179 "media_router.firstrunflow.acknowledged"; 2183 "media_router.firstrunflow.acknowledged";
2180 #endif 2184 #endif
2181 2185
2182 } // namespace prefs 2186 } // namespace prefs
OLDNEW
« no previous file with comments | « chrome/common/pref_names.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698