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

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

Issue 14189011: Remove instant confirmation dialog that is displayed the first time the instant checkbox is clicked. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove prefs::InstantConfirmDialogShown Created 7 years, 8 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 | Annotate | Revision Log
« no previous file with comments | « chrome/common/pref_names.h ('k') | chrome/common/url_constants.h » ('j') | 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/basictypes.h" 7 #include "base/basictypes.h"
8 #include "chrome/common/pref_font_webkit_names.h" 8 #include "chrome/common/pref_font_webkit_names.h"
9 9
10 namespace prefs { 10 namespace prefs {
(...skipping 465 matching lines...) Expand 10 before | Expand all | Expand 10 after
476 476
477 // Disables the listed protocol schemes. 477 // Disables the listed protocol schemes.
478 const char kDisabledSchemes[] = "protocol.disabled_schemes"; 478 const char kDisabledSchemes[] = "protocol.disabled_schemes";
479 479
480 // Blocks access to the listed host patterns. 480 // Blocks access to the listed host patterns.
481 const char kUrlBlacklist[] = "policy.url_blacklist"; 481 const char kUrlBlacklist[] = "policy.url_blacklist";
482 482
483 // Allows access to the listed host patterns, as exceptions to the blacklist. 483 // Allows access to the listed host patterns, as exceptions to the blacklist.
484 const char kUrlWhitelist[] = "policy.url_whitelist"; 484 const char kUrlWhitelist[] = "policy.url_whitelist";
485 485
486 // Boolean pref indicating whether the instant confirm dialog has been shown.
487 const char kInstantConfirmDialogShown[] = "instant.confirm_dialog_shown";
488
489 // Boolean pref indicating if instant is enabled. 486 // Boolean pref indicating if instant is enabled.
490 const char kInstantEnabled[] = "instant.enabled"; 487 const char kInstantEnabled[] = "instant.enabled";
491 488
492 // Boolean pref indicating if instant is enabled for instant extended. 489 // Boolean pref indicating if instant is enabled for instant extended.
493 const char kInstantExtendedEnabled[] = "instant_extended.enabled"; 490 const char kInstantExtendedEnabled[] = "instant_extended.enabled";
494 491
495 // Prefix URL for the experimental Instant ZeroSuggest provider. 492 // Prefix URL for the experimental Instant ZeroSuggest provider.
496 const char kInstantUIZeroSuggestUrlPrefix[] = 493 const char kInstantUIZeroSuggestUrlPrefix[] =
497 "instant_ui.zero_suggest_url_prefix"; 494 "instant_ui.zero_suggest_url_prefix";
498 495
(...skipping 1899 matching lines...) Expand 10 before | Expand all | Expand 10 after
2398 // the time of the last ping. 2395 // the time of the last ping.
2399 extern const char kAppListLaunchCount[] = "app_list.launch_count"; 2396 extern const char kAppListLaunchCount[] = "app_list.launch_count";
2400 extern const char kLastAppListLaunchPing[] = "app_list.last_launch_ping"; 2397 extern const char kLastAppListLaunchPing[] = "app_list.last_launch_ping";
2401 2398
2402 // The number of times the an app was launched from the app launcher since last 2399 // The number of times the an app was launched from the app launcher since last
2403 // ping and the time of the last ping. 2400 // ping and the time of the last ping.
2404 extern const char kAppListAppLaunchCount[] = "app_list.app_launch_count"; 2401 extern const char kAppListAppLaunchCount[] = "app_list.app_launch_count";
2405 extern const char kLastAppListAppLaunchPing[] = "app_list.last_app_launch_ping"; 2402 extern const char kLastAppListAppLaunchPing[] = "app_list.last_app_launch_ping";
2406 2403
2407 } // namespace prefs 2404 } // namespace prefs
OLDNEW
« no previous file with comments | « chrome/common/pref_names.h ('k') | chrome/common/url_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698