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

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

Issue 2287493002: Whitelist Service NSW Kiosk Utility for Public Sessions (Closed)
Patch Set: Created 4 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
« no previous file with comments | « no previous file | 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 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 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/device_local_account_management_pol icy_provider.h" 5 #include "chrome/browser/chromeos/extensions/device_local_account_management_pol icy_provider.h"
6 6
7 #include <stddef.h> 7 #include <stddef.h>
8 8
9 #include <cstddef> 9 #include <cstddef>
10 #include <string> 10 #include <string>
(...skipping 22 matching lines...) Expand all
33 "iabmpiboiopbgfabjmgeedhcmjenhbla", // VNC Viewer 33 "iabmpiboiopbgfabjmgeedhcmjenhbla", // VNC Viewer
34 "haiffjcadagjlijoggckpgfnoeiflnem", // Citrix Receiver 34 "haiffjcadagjlijoggckpgfnoeiflnem", // Citrix Receiver
35 "lfnfbcjdepjffcaiagkdmlmiipelnfbb", // Citrix Receiver (branded) 35 "lfnfbcjdepjffcaiagkdmlmiipelnfbb", // Citrix Receiver (branded)
36 "mfaihdlpglflfgpfjcifdjdjcckigekc", // ARC Runtime 36 "mfaihdlpglflfgpfjcifdjdjcckigekc", // ARC Runtime
37 "ngjnkanfphagcaokhjecbgkboelgfcnf", // Print button 37 "ngjnkanfphagcaokhjecbgkboelgfcnf", // Print button
38 "gbchcmhmhahfdphkhkmpfmihenigjmpp", // Chrome Remote Desktop 38 "gbchcmhmhahfdphkhkmpfmihenigjmpp", // Chrome Remote Desktop
39 "cjanmonomjogheabiocdamfpknlpdehm", // HP printer driver 39 "cjanmonomjogheabiocdamfpknlpdehm", // HP printer driver
40 "pmnllmkmjilbojkpgplbdmckghmaocjh", // Scan app by François Beaufort 40 "pmnllmkmjilbojkpgplbdmckghmaocjh", // Scan app by François Beaufort
41 "khpfeaanjngmcnplbdlpegiifgpfgdco", // Smart Card Connector App 41 "khpfeaanjngmcnplbdlpegiifgpfgdco", // Smart Card Connector App
42 "haeblkpifdemlfnkogkipmghfcbonief", // Charismathics Smart Card Middleware 42 "haeblkpifdemlfnkogkipmghfcbonief", // Charismathics Smart Card Middleware
43 "mpnkhdpphjiihmlmkcamhpogecnnfffa", // Service NSW Kiosk Utility
43 44
44 // Libraries: 45 // Libraries:
45 "aclofikceldphonlfmghmimkodjdmhck", // Ancoris login component 46 "aclofikceldphonlfmghmimkodjdmhck", // Ancoris login component
46 "eilbnahdgoddoedakcmfkcgfoegeloil", // Ancoris proxy component 47 "eilbnahdgoddoedakcmfkcgfoegeloil", // Ancoris proxy component
47 "ceehlgckkmkaoggdnjhibffkphfnphmg", // Libdata login 48 "ceehlgckkmkaoggdnjhibffkphfnphmg", // Libdata login
48 "fnhgfoccpcjdnjcobejogdnlnidceemb", // OverDrive 49 "fnhgfoccpcjdnjcobejogdnlnidceemb", // OverDrive
49 50
50 // Education: 51 // Education:
51 "cmeclblmdmffdgpdlifgepjddoplmmal", // Imagine Learning 52 "cmeclblmdmffdgpdlifgepjddoplmmal", // Imagine Learning
52 53
(...skipping 564 matching lines...) Expand 10 before | Expand all | Expand 10 after
617 if (error) { 618 if (error) {
618 *error = l10n_util::GetStringFUTF16( 619 *error = l10n_util::GetStringFUTF16(
619 IDS_EXTENSION_CANT_INSTALL_IN_DEVICE_LOCAL_ACCOUNT, 620 IDS_EXTENSION_CANT_INSTALL_IN_DEVICE_LOCAL_ACCOUNT,
620 base::UTF8ToUTF16(extension->name()), 621 base::UTF8ToUTF16(extension->name()),
621 base::UTF8ToUTF16(extension->id())); 622 base::UTF8ToUTF16(extension->id()));
622 } 623 }
623 return false; 624 return false;
624 } 625 }
625 626
626 } // namespace chromeos 627 } // namespace chromeos
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698