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

Side by Side Diff: chrome/browser/chromeos/extensions/default_app_order.cc

Issue 139383003: Removed references to "Get Started" app from sources. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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 | « no previous file | chrome/browser/chromeos/extensions/external_pref_cache_loader.cc » ('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/browser/chromeos/extensions/default_app_order.h" 5 #include "chrome/browser/chromeos/extensions/default_app_order.h"
6 6
7 #include "base/bind.h" 7 #include "base/bind.h"
8 #include "base/bind_helpers.h" 8 #include "base/bind_helpers.h"
9 #include "base/file_util.h" 9 #include "base/file_util.h"
10 #include "base/files/file_path.h" 10 #include "base/files/file_path.h"
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 "ejjicmeblgpmajnghnpcppodonldlgfn", // Calendar 60 "ejjicmeblgpmajnghnpcppodonldlgfn", // Calendar
61 "kjebfhglflhjjjiceimfkgicifkhjlnm", // Scratchpad 61 "kjebfhglflhjjjiceimfkgicifkhjlnm", // Scratchpad
62 "lneaknkopdijkpnocmklfnjbeapigfbh", // Google Maps 62 "lneaknkopdijkpnocmklfnjbeapigfbh", // Google Maps
63 "apdfllckaahabafndbhieahigkjlhalf", // Drive 63 "apdfllckaahabafndbhieahigkjlhalf", // Drive
64 extension_misc::kGoogleDocAppId, 64 extension_misc::kGoogleDocAppId,
65 extension_misc::kGoogleSheetsAppId, 65 extension_misc::kGoogleSheetsAppId,
66 extension_misc::kGoogleSlidesAppId, 66 extension_misc::kGoogleSlidesAppId,
67 "dlppkpafhbajpcmmoheippocdidnckmm", // Google+ 67 "dlppkpafhbajpcmmoheippocdidnckmm", // Google+
68 "kbpgddbgniojgndnhlkjbkpknjhppkbk", // Google+ Hangouts 68 "kbpgddbgniojgndnhlkjbkpknjhppkbk", // Google+ Hangouts
69 "hhaomjibdihmijegdhdafkllkbggdgoj", // Files 69 "hhaomjibdihmijegdhdafkllkbggdgoj", // Files
70 extension_misc::kTipsAndTricksAppId,
71 extension_misc::kGooglePlayMusicAppId, 70 extension_misc::kGooglePlayMusicAppId,
72 "mmimngoggfoobjdlefbcabngfnmieonb", // Play Books 71 "mmimngoggfoobjdlefbcabngfnmieonb", // Play Books
73 "fppdphmgcddhjeddoeghpjefkdlccljb", // Play Movies 72 "fppdphmgcddhjeddoeghpjefkdlccljb", // Play Movies
74 "fobcpibfeplaikcclojfdhfdmbbeofai", // Games 73 "fobcpibfeplaikcclojfdhfdmbbeofai", // Games
75 "joodangkbfjnajiiifokapkpmhfnpleo", // Calculator 74 "joodangkbfjnajiiifokapkpmhfnpleo", // Calculator
76 "hfhhnacclhffhdffklopdkcgdhifgngh", // Camera 75 "hfhhnacclhffhdffklopdkcgdhifgngh", // Camera
77 "gbchcmhmhahfdphkhkmpfmihenigjmpp", // Chrome Remote Desktop 76 "gbchcmhmhahfdphkhkmpfmihenigjmpp", // Chrome Remote Desktop
78 }; 77 };
79 78
80 for (size_t i = 0; i < arraysize(kDefaultAppOrder); ++i) 79 for (size_t i = 0; i < arraysize(kDefaultAppOrder); ++i)
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 if (!loader_instance) { 131 if (!loader_instance) {
133 GetDefault(app_ids); 132 GetDefault(app_ids);
134 return; 133 return;
135 } 134 }
136 135
137 *app_ids = loader_instance->GetAppIds(); 136 *app_ids = loader_instance->GetAppIds();
138 } 137 }
139 138
140 } // namespace default_app_order 139 } // namespace default_app_order
141 } // namespace chromeos 140 } // namespace chromeos
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/extensions/external_pref_cache_loader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698