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

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

Issue 1815623004: Remove Hung plugin detector (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove_windowed_plugins
Patch Set: fix compile Created 4 years, 9 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') | chrome/common/worker_thread_ticker.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/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 1381 matching lines...) Expand 10 before | Expand all | Expand 10 after
1392 const char kDefaultTasksByMimeType[] = 1392 const char kDefaultTasksByMimeType[] =
1393 "filebrowser.tasks.default_by_mime_type"; 1393 "filebrowser.tasks.default_by_mime_type";
1394 1394
1395 // Map of default tasks, associated by file suffix. 1395 // Map of default tasks, associated by file suffix.
1396 const char kDefaultTasksBySuffix[] = 1396 const char kDefaultTasksBySuffix[] =
1397 "filebrowser.tasks.default_by_suffix"; 1397 "filebrowser.tasks.default_by_suffix";
1398 1398
1399 // Extensions which should be opened upon completion. 1399 // Extensions which should be opened upon completion.
1400 const char kDownloadExtensionsToOpen[] = "download.extensions_to_open"; 1400 const char kDownloadExtensionsToOpen[] = "download.extensions_to_open";
1401 1401
1402 // Integer which specifies the frequency in milliseconds for detecting whether
1403 // plugin windows are hung.
1404 const char kHungPluginDetectFrequency[] = "browser.hung_plugin_detect_freq";
1405
1406 // Integer which specifies the timeout value to be used for SendMessageTimeout
1407 // to detect a hung plugin window.
1408 const char kPluginMessageResponseTimeout[] =
1409 "browser.plugin_message_response_timeout";
1410
1411 // String which represents the dictionary name for our spell-checker. 1402 // String which represents the dictionary name for our spell-checker.
1412 // This is an old preference that is being migrated to kSpellCheckDictionaries. 1403 // This is an old preference that is being migrated to kSpellCheckDictionaries.
1413 const char kSpellCheckDictionary[] = "spellcheck.dictionary"; 1404 const char kSpellCheckDictionary[] = "spellcheck.dictionary";
1414 1405
1415 // List of strings representing the dictionary names for our spell-checker. 1406 // List of strings representing the dictionary names for our spell-checker.
1416 const char kSpellCheckDictionaries[] = "spellcheck.dictionaries"; 1407 const char kSpellCheckDictionaries[] = "spellcheck.dictionaries";
1417 1408
1418 // String which represents whether we use the spelling service. 1409 // String which represents whether we use the spelling service.
1419 const char kSpellCheckUseSpellingService[] = "spellcheck.use_spelling_service"; 1410 const char kSpellCheckUseSpellingService[] = "spellcheck.use_spelling_service";
1420 1411
(...skipping 767 matching lines...) Expand 10 before | Expand all | Expand 10 after
2188 const char kMediaRouterEnableCloudServices[] = 2179 const char kMediaRouterEnableCloudServices[] =
2189 "media_router.cloudservices.enabled"; 2180 "media_router.cloudservices.enabled";
2190 #endif // defined(GOOGLE_CHROME_BUILD) 2181 #endif // defined(GOOGLE_CHROME_BUILD)
2191 // Whether or not the Media Router first run flow has been acknowledged by the 2182 // Whether or not the Media Router first run flow has been acknowledged by the
2192 // user. 2183 // user.
2193 const char kMediaRouterFirstRunFlowAcknowledged[] = 2184 const char kMediaRouterFirstRunFlowAcknowledged[] =
2194 "media_router.firstrunflow.acknowledged"; 2185 "media_router.firstrunflow.acknowledged";
2195 #endif 2186 #endif
2196 2187
2197 } // namespace prefs 2188 } // namespace prefs
OLDNEW
« no previous file with comments | « chrome/common/pref_names.h ('k') | chrome/common/worker_thread_ticker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698