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

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

Issue 9358031: Added new adaptive "Suggest" tab on the New Tab Page, behing the flag, for the experiments. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove extra line Created 8 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 | Annotate | Revision Log
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 531 matching lines...) Expand 10 before | Expand all | Expand 10 after
542 // Experimental. Enables restoring session state (cookies, session storage, 542 // Experimental. Enables restoring session state (cookies, session storage,
543 // etc.) when autorestarting. 543 // etc.) when autorestarting.
544 const char kEnableRestoreSessionState[] = "enable-restore-session-state"; 544 const char kEnableRestoreSessionState[] = "enable-restore-session-state";
545 545
546 // Controls the support for SDCH filtering (dictionary based expansion of 546 // Controls the support for SDCH filtering (dictionary based expansion of
547 // content). By default SDCH filtering is enabled. To disable SDCH filtering, 547 // content). By default SDCH filtering is enabled. To disable SDCH filtering,
548 // use "--enable-sdch=0" as command line argument. SDCH is currently only 548 // use "--enable-sdch=0" as command line argument. SDCH is currently only
549 // supported server-side for searches on google.com. 549 // supported server-side for searches on google.com.
550 const char kEnableSdch[] = "enable-sdch"; 550 const char kEnableSdch[] = "enable-sdch";
551 551
552 // Enables suggested new tab page for internal experiments.
Dan Beam 2012/02/09 01:43:06 nit: // Enables experimental suggested pane in New
GeorgeY 2012/02/10 00:00:36 Done.
553 const char kEnableSuggestedTabPage[] = "enable-suggested-ntp";
554
552 // Enables syncing extension settings. 555 // Enables syncing extension settings.
553 const char kEnableSyncExtensionSettings[] = "enable-sync-extension-settings"; 556 const char kEnableSyncExtensionSettings[] = "enable-sync-extension-settings";
554 557
555 // Enables OAuth sign-in for sync. 558 // Enables OAuth sign-in for sync.
556 const char kEnableSyncOAuth[] = "enable-sync-oauth"; 559 const char kEnableSyncOAuth[] = "enable-sync-oauth";
557 560
558 // Enables syncing browser sessions. 561 // Enables syncing browser sessions.
559 const char kEnableSyncTabs[] = "enable-sync-tabs"; 562 const char kEnableSyncTabs[] = "enable-sync-tabs";
560 563
561 // Enables syncing browser sessions for other synced clients. 564 // Enables syncing browser sessions for other synced clients.
(...skipping 721 matching lines...) Expand 10 before | Expand all | Expand 10 after
1283 1286
1284 // ----------------------------------------------------------------------------- 1287 // -----------------------------------------------------------------------------
1285 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE. 1288 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE.
1286 // 1289 //
1287 // You were going to just dump your switches here, weren't you? Instead, please 1290 // You were going to just dump your switches here, weren't you? Instead, please
1288 // put them in alphabetical order above, or in order inside the appropriate 1291 // put them in alphabetical order above, or in order inside the appropriate
1289 // ifdef at the bottom. The order should match the header. 1292 // ifdef at the bottom. The order should match the header.
1290 // ----------------------------------------------------------------------------- 1293 // -----------------------------------------------------------------------------
1291 1294
1292 } // namespace switches 1295 } // namespace switches
OLDNEW
« chrome/browser/ui/webui/ntp/suggested_page_handler.cc ('K') | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698