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

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

Issue 10885047: Metro mode switching (chrome side) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 3 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/pref_names.h" 5 #include "chrome/common/pref_names.h"
6 6
7 #include "base/basictypes.h" 7 #include "base/basictypes.h"
8 8
9 namespace prefs { 9 namespace prefs {
10 10
(...skipping 1361 matching lines...) Expand 10 before | Expand all | Expand 10 after
1372 // Number of processes that were shut down using the slow path. 1372 // Number of processes that were shut down using the slow path.
1373 const char kShutdownNumProcessesSlow[] = "shutdown.num_processes_slow"; 1373 const char kShutdownNumProcessesSlow[] = "shutdown.num_processes_slow";
1374 1374
1375 // Whether to restart the current Chrome session automatically as the last thing 1375 // Whether to restart the current Chrome session automatically as the last thing
1376 // before shutting everything down. 1376 // before shutting everything down.
1377 const char kRestartLastSessionOnShutdown[] = "restart.last.session.on.shutdown"; 1377 const char kRestartLastSessionOnShutdown[] = "restart.last.session.on.shutdown";
1378 1378
1379 // Set before autorestarting Chrome, cleared on clean exit. 1379 // Set before autorestarting Chrome, cleared on clean exit.
1380 const char kWasRestarted[] = "was.restarted"; 1380 const char kWasRestarted[] = "was.restarted";
1381 1381
1382 #if defined(OS_WIN)
1383 // On Windows 8 chrome can restart in desktop or in metro mode.
1384 const char kRestartSwitchMode[] = "restart.switch_mode";
1385 #endif
1386
1382 // Number of bookmarks/folders on the bookmark bar/other bookmark folder. 1387 // Number of bookmarks/folders on the bookmark bar/other bookmark folder.
1383 const char kNumBookmarksOnBookmarkBar[] = 1388 const char kNumBookmarksOnBookmarkBar[] =
1384 "user_experience_metrics.num_bookmarks_on_bookmark_bar"; 1389 "user_experience_metrics.num_bookmarks_on_bookmark_bar";
1385 const char kNumFoldersOnBookmarkBar[] = 1390 const char kNumFoldersOnBookmarkBar[] =
1386 "user_experience_metrics.num_folders_on_bookmark_bar"; 1391 "user_experience_metrics.num_folders_on_bookmark_bar";
1387 const char kNumBookmarksInOtherBookmarkFolder[] = 1392 const char kNumBookmarksInOtherBookmarkFolder[] =
1388 "user_experience_metrics.num_bookmarks_in_other_bookmark_folder"; 1393 "user_experience_metrics.num_bookmarks_in_other_bookmark_folder";
1389 const char kNumFoldersInOtherBookmarkFolder[] = 1394 const char kNumFoldersInOtherBookmarkFolder[] =
1390 "user_experience_metrics.num_folders_in_other_bookmark_folder"; 1395 "user_experience_metrics.num_folders_in_other_bookmark_folder";
1391 1396
(...skipping 597 matching lines...) Expand 10 before | Expand all | Expand 10 after
1989 1994
1990 // Counts how many more times the 'profile on a network share' warning should be 1995 // Counts how many more times the 'profile on a network share' warning should be
1991 // shown to the user before the next silence period. 1996 // shown to the user before the next silence period.
1992 const char kNetworkProfileWarningsLeft[] = "network_profile.warnings_left"; 1997 const char kNetworkProfileWarningsLeft[] = "network_profile.warnings_left";
1993 // Tracks the time of the last shown warning. Used to reset 1998 // Tracks the time of the last shown warning. Used to reset
1994 // |network_profile.warnings_left| after a silence period. 1999 // |network_profile.warnings_left| after a silence period.
1995 const char kNetworkProfileLastWarningTime[] = 2000 const char kNetworkProfileLastWarningTime[] =
1996 "network_profile.last_warning_time"; 2001 "network_profile.last_warning_time";
1997 2002
1998 } // namespace prefs 2003 } // namespace prefs
OLDNEW
« chrome/browser/ui/toolbar/wrench_menu_model.cc ('K') | « chrome/common/pref_names.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698