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

Side by Side Diff: chrome/common/extensions/extension_constants.cc

Issue 211333005: Launch easy unlock setup app from chrome://settings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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/extensions/extension_constants.h ('k') | no next file » | 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/extensions/extension_constants.h" 5 #include "chrome/common/extensions/extension_constants.h"
6 6
7 #include <vector> 7 #include <vector>
8 8
9 #include "base/command_line.h" 9 #include "base/command_line.h"
10 #include "base/strings/string_util.h" 10 #include "base/strings/string_util.h"
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 const char kLaunchSourceAppListSearch[] = "chrome-app-launcher-search"; 93 const char kLaunchSourceAppListSearch[] = "chrome-app-launcher-search";
94 const char kLaunchSourceAppListInfoDialog[] = "chrome-app-launcher-info-dialog"; 94 const char kLaunchSourceAppListInfoDialog[] = "chrome-app-launcher-info-dialog";
95 95
96 } // namespace extension_urls 96 } // namespace extension_urls
97 97
98 namespace extension_misc { 98 namespace extension_misc {
99 99
100 const char kBookmarkManagerId[] = "eemcgdkfndhakfknompkggombfjjjeno"; 100 const char kBookmarkManagerId[] = "eemcgdkfndhakfknompkggombfjjjeno";
101 const char kChromeAppId[] = "mgndgikekgjfcpckkfioiadnlibdjbkf"; 101 const char kChromeAppId[] = "mgndgikekgjfcpckkfioiadnlibdjbkf";
102 const char kCloudPrintAppId[] = "mfehgcgbbipciphmccgaenjidiccnmng"; 102 const char kCloudPrintAppId[] = "mfehgcgbbipciphmccgaenjidiccnmng";
103 const char kEasyUnlockAppId[] = "mkaemigholebcgchlkbankmihknojeak";
103 const char kEnterpriseWebStoreAppId[] = "afchcafgojfnemjkcbhfekplkmjaldaa"; 104 const char kEnterpriseWebStoreAppId[] = "afchcafgojfnemjkcbhfekplkmjaldaa";
104 const char kGmailAppId[] = "pjkljhegncpnkpknbcohdijeoejaedia"; 105 const char kGmailAppId[] = "pjkljhegncpnkpknbcohdijeoejaedia";
105 const char kGoogleDocAppId[] = "aohghmighlieiainnegkcijnfilokake"; 106 const char kGoogleDocAppId[] = "aohghmighlieiainnegkcijnfilokake";
106 const char kGooglePlayMusicAppId[] = "icppfcnhkcmnfdhfhphakoifcfokfdhg"; 107 const char kGooglePlayMusicAppId[] = "icppfcnhkcmnfdhfhphakoifcfokfdhg";
107 const char kGoogleSearchAppId[] = "coobgpohoikkiipiblmjeljniedjpjpf"; 108 const char kGoogleSearchAppId[] = "coobgpohoikkiipiblmjeljniedjpjpf";
108 const char kGoogleSheetsAppId[] = "felcaaldnbdncclmgdcncolpebgiejap"; 109 const char kGoogleSheetsAppId[] = "felcaaldnbdncclmgdcncolpebgiejap";
109 const char kGoogleSlidesAppId[] = "aapocclcgogkmnckokdopfmhonfmgoek"; 110 const char kGoogleSlidesAppId[] = "aapocclcgogkmnckokdopfmhonfmgoek";
110 const char kHTermAppId[] = "pnhechapfaindjhompbnflcldabbghjo"; 111 const char kHTermAppId[] = "pnhechapfaindjhompbnflcldabbghjo";
111 const char kHTermDevAppId[] = "okddffdblfhhnmhodogpojmfkjmhinfp"; 112 const char kHTermDevAppId[] = "okddffdblfhhnmhodogpojmfkjmhinfp";
112 const char kIdentityApiUiAppId[] = "ahjaciijnoiaklcomgnblndopackapon"; 113 const char kIdentityApiUiAppId[] = "ahjaciijnoiaklcomgnblndopackapon";
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 176
176 const int kExtensionActionIconSizes[] = { 177 const int kExtensionActionIconSizes[] = {
177 EXTENSION_ICON_ACTION, // 19, 178 EXTENSION_ICON_ACTION, // 19,
178 2 * EXTENSION_ICON_ACTION // 38 179 2 * EXTENSION_ICON_ACTION // 38
179 }; 180 };
180 181
181 const size_t kNumExtensionActionIconSizes = 182 const size_t kNumExtensionActionIconSizes =
182 arraysize(kExtensionActionIconSizes); 183 arraysize(kExtensionActionIconSizes);
183 184
184 } // namespace extension_misc 185 } // namespace extension_misc
OLDNEW
« no previous file with comments | « chrome/common/extensions/extension_constants.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698