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

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

Issue 284113006: Enable new session crashed bubble UI by Finch experiment. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Address comments Created 6 years, 6 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/chrome_switches.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/chrome_switches.h" 5 #include "chrome/common/chrome_switches.h"
6 6
7 #include "base/base_switches.h" 7 #include "base/base_switches.h"
8 #include "base/command_line.h" 8 #include "base/command_line.h"
9 9
10 namespace switches { 10 namespace switches {
(...skipping 354 matching lines...) Expand 10 before | Expand all | Expand 10 after
365 const char kDisableSavePasswordBubble[] = "disable-save-password-bubble"; 365 const char kDisableSavePasswordBubble[] = "disable-save-password-bubble";
366 366
367 // Disables throttling prints initiated by scripts. 367 // Disables throttling prints initiated by scripts.
368 const char kDisableScriptedPrintThrottling[] = 368 const char kDisableScriptedPrintThrottling[] =
369 "disable-scripted-print-throttling"; 369 "disable-scripted-print-throttling";
370 370
371 // Disables the "search button in omnibox" experiment. 371 // Disables the "search button in omnibox" experiment.
372 const char kDisableSearchButtonInOmnibox[] = 372 const char kDisableSearchButtonInOmnibox[] =
373 "disable-search-button-in-omnibox"; 373 "disable-search-button-in-omnibox";
374 374
375 // Disables using bubbles for session restore request.
376 const char kDisableSessionCrashedBubble[] = "disable-session-crashed-bubble";
377
375 // Disable SPDY/3.1. This is a temporary testing flag. 378 // Disable SPDY/3.1. This is a temporary testing flag.
376 const char kDisableSpdy31[] = "disable-spdy31"; 379 const char kDisableSpdy31[] = "disable-spdy31";
377 380
378 // Disables the suggestions service. 381 // Disables the suggestions service.
379 const char kDisableSuggestionsService[] = "disable-suggestions-service"; 382 const char kDisableSuggestionsService[] = "disable-suggestions-service";
380 383
381 // Disables syncing browser data to a Google Account. 384 // Disables syncing browser data to a Google Account.
382 const char kDisableSync[] = "disable-sync"; 385 const char kDisableSync[] = "disable-sync";
383 386
384 // Disable synced notifications. 387 // Disable synced notifications.
(...skipping 1035 matching lines...) Expand 10 before | Expand all | Expand 10 after
1420 1423
1421 // ----------------------------------------------------------------------------- 1424 // -----------------------------------------------------------------------------
1422 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE. 1425 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE.
1423 // 1426 //
1424 // You were going to just dump your switches here, weren't you? Instead, please 1427 // You were going to just dump your switches here, weren't you? Instead, please
1425 // put them in alphabetical order above, or in order inside the appropriate 1428 // put them in alphabetical order above, or in order inside the appropriate
1426 // ifdef at the bottom. The order should match the header. 1429 // ifdef at the bottom. The order should match the header.
1427 // ----------------------------------------------------------------------------- 1430 // -----------------------------------------------------------------------------
1428 1431
1429 } // namespace switches 1432 } // namespace switches
OLDNEW
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698