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

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

Issue 1505913003: Add update menu item and app menu icon badge (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rearrange field_trial.. again to facilitate command line testing Created 5 years 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') | testing/variations/fieldtrial_testing_config_android.json » ('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/basictypes.h" 7 #include "base/basictypes.h"
8 #include "chrome/common/pref_font_webkit_names.h" 8 #include "chrome/common/pref_font_webkit_names.h"
9 9
10 namespace prefs { 10 namespace prefs {
(...skipping 2150 matching lines...) Expand 10 before | Expand all | Expand 10 after
2161 #if defined(ENABLE_EXTENSIONS) 2161 #if defined(ENABLE_EXTENSIONS)
2162 // Policy that indicates how to handle animated images. 2162 // Policy that indicates how to handle animated images.
2163 const char kAnimationPolicy[] = "settings.a11y.animation_policy"; 2163 const char kAnimationPolicy[] = "settings.a11y.animation_policy";
2164 #endif 2164 #endif
2165 2165
2166 const char kBackgroundTracingLastUpload[] = "background_tracing.last_upload"; 2166 const char kBackgroundTracingLastUpload[] = "background_tracing.last_upload";
2167 2167
2168 const char kAllowDinosaurEasterEgg[] = 2168 const char kAllowDinosaurEasterEgg[] =
2169 "allow_dinosaur_easter_egg"; 2169 "allow_dinosaur_easter_egg";
2170 2170
2171 #if defined(OS_ANDROID)
2172 // Whether the update menu item was clicked. Used to facilitate logging whether
2173 // Chrome was updated after the menu item is clicked.
2174 const char kClickedUpdateMenuItem[] = "omaha.clicked_update_menu_item";
2175 #endif
2176
2171 } // namespace prefs 2177 } // namespace prefs
OLDNEW
« no previous file with comments | « chrome/common/pref_names.h ('k') | testing/variations/fieldtrial_testing_config_android.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698