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

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: Addressed comments 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 536 matching lines...) Expand 10 before | Expand all | Expand 10 after
547 // Experimental. Enables restoring session state (cookies, session storage, 547 // Experimental. Enables restoring session state (cookies, session storage,
548 // etc.) when autorestarting. 548 // etc.) when autorestarting.
549 const char kEnableRestoreSessionState[] = "enable-restore-session-state"; 549 const char kEnableRestoreSessionState[] = "enable-restore-session-state";
550 550
551 // Controls the support for SDCH filtering (dictionary based expansion of 551 // Controls the support for SDCH filtering (dictionary based expansion of
552 // content). By default SDCH filtering is enabled. To disable SDCH filtering, 552 // content). By default SDCH filtering is enabled. To disable SDCH filtering,
553 // use "--enable-sdch=0" as command line argument. SDCH is currently only 553 // use "--enable-sdch=0" as command line argument. SDCH is currently only
554 // supported server-side for searches on google.com. 554 // supported server-side for searches on google.com.
555 const char kEnableSdch[] = "enable-sdch"; 555 const char kEnableSdch[] = "enable-sdch";
556 556
557 // Enables experimental suggested pane in New Tab page.
558 const char kEnableSuggestionsTabPage[] = "enable-suggested-ntp";
Evan Stade 2012/02/23 02:10:20 nit: enable-ntp-suggestions
GeorgeY 2012/02/24 01:52:07 Done.
559
557 // Enables syncing extension settings. 560 // Enables syncing extension settings.
558 const char kEnableSyncExtensionSettings[] = "enable-sync-extension-settings"; 561 const char kEnableSyncExtensionSettings[] = "enable-sync-extension-settings";
559 562
560 // Enables OAuth sign-in for sync. 563 // Enables OAuth sign-in for sync.
561 const char kEnableSyncOAuth[] = "enable-sync-oauth"; 564 const char kEnableSyncOAuth[] = "enable-sync-oauth";
562 565
563 // Enables syncing browser sessions. 566 // Enables syncing browser sessions.
564 const char kEnableSyncTabs[] = "enable-sync-tabs"; 567 const char kEnableSyncTabs[] = "enable-sync-tabs";
565 568
566 // Enables syncing browser sessions for other synced clients. 569 // Enables syncing browser sessions for other synced clients.
(...skipping 759 matching lines...) Expand 10 before | Expand all | Expand 10 after
1326 1329
1327 // ----------------------------------------------------------------------------- 1330 // -----------------------------------------------------------------------------
1328 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE. 1331 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE.
1329 // 1332 //
1330 // You were going to just dump your switches here, weren't you? Instead, please 1333 // You were going to just dump your switches here, weren't you? Instead, please
1331 // put them in alphabetical order above, or in order inside the appropriate 1334 // put them in alphabetical order above, or in order inside the appropriate
1332 // ifdef at the bottom. The order should match the header. 1335 // ifdef at the bottom. The order should match the header.
1333 // ----------------------------------------------------------------------------- 1336 // -----------------------------------------------------------------------------
1334 1337
1335 } // namespace switches 1338 } // namespace switches
OLDNEW
« chrome/browser/resources/ntp4/suggestions_page.js ('K') | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698