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

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

Issue 308003005: app_list: Drive app integration. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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 | Annotate | Revision Log
« no previous file with comments | « chrome/common/pref_names.h ('k') | chrome/test/data/drive/applist_app_template.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 2323 matching lines...) Expand 10 before | Expand all | Expand 10 after
2334 // Local state caching knowledge of whether the app launcher is installed. 2334 // Local state caching knowledge of whether the app launcher is installed.
2335 const char kAppLauncherIsEnabled[] = 2335 const char kAppLauncherIsEnabled[] =
2336 "apps.app_launcher.should_show_apps_page"; 2336 "apps.app_launcher.should_show_apps_page";
2337 2337
2338 // Integer representing the version of the app launcher shortcut installed on 2338 // Integer representing the version of the app launcher shortcut installed on
2339 // the system. Incremented, e.g., when embedded icons change. 2339 // the system. Incremented, e.g., when embedded icons change.
2340 const char kAppLauncherShortcutVersion[] = "apps.app_launcher.shortcut_version"; 2340 const char kAppLauncherShortcutVersion[] = "apps.app_launcher.shortcut_version";
2341 2341
2342 // A boolean identifying if we should show the app launcher promo or not. 2342 // A boolean identifying if we should show the app launcher promo or not.
2343 const char kShowAppLauncherPromo[] = "app_launcher.show_promo"; 2343 const char kShowAppLauncherPromo[] = "app_launcher.show_promo";
2344
2345 // A dictionary that tracks the Drive app to Chrome app mapping. The key is
2346 // a Drive app id and the value is the corresponding Chrome app id. The pref
2347 // is unsynable and used to track local mappings only.
2348 const char kAppLauncherDriveAppMapping[] =
2349 "apps.app_launcher.drive_app_mapping";
2344 #endif 2350 #endif
2345 2351
2346 // If set, the user requested to launch the app with this extension id while 2352 // If set, the user requested to launch the app with this extension id while
2347 // in Metro mode, and then relaunched to Desktop mode to start it. 2353 // in Metro mode, and then relaunched to Desktop mode to start it.
2348 const char kAppLaunchForMetroRestart[] = "apps.app_launch_for_metro_restart"; 2354 const char kAppLaunchForMetroRestart[] = "apps.app_launch_for_metro_restart";
2349 2355
2350 // Set with |kAppLaunchForMetroRestart|, the profile whose loading triggers 2356 // Set with |kAppLaunchForMetroRestart|, the profile whose loading triggers
2351 // launch of the specified app when restarting Chrome in desktop mode. 2357 // launch of the specified app when restarting Chrome in desktop mode.
2352 const char kAppLaunchForMetroRestartProfile[] = 2358 const char kAppLaunchForMetroRestartProfile[] =
2353 "apps.app_launch_for_metro_restart_profile"; 2359 "apps.app_launch_for_metro_restart_profile";
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
2385 // "mapped_title" entries, detailing the bookmark target URL (if any), the title 2391 // "mapped_title" entries, detailing the bookmark target URL (if any), the title
2386 // given by the PartnerBookmarksProvider and either the user-visible renamed 2392 // given by the PartnerBookmarksProvider and either the user-visible renamed
2387 // title or an empty string if the bookmark node was removed. 2393 // title or an empty string if the bookmark node was removed.
2388 const char kPartnerBookmarkMappings[] = "partnerbookmarks.mappings"; 2394 const char kPartnerBookmarkMappings[] = "partnerbookmarks.mappings";
2389 #endif 2395 #endif
2390 2396
2391 // Whether DNS Quick Check is disabled in proxy resolution. 2397 // Whether DNS Quick Check is disabled in proxy resolution.
2392 const char kQuickCheckEnabled[] = "proxy.quick_check_enabled"; 2398 const char kQuickCheckEnabled[] = "proxy.quick_check_enabled";
2393 2399
2394 } // namespace prefs 2400 } // namespace prefs
OLDNEW
« no previous file with comments | « chrome/common/pref_names.h ('k') | chrome/test/data/drive/applist_app_template.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698