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

Side by Side Diff: chrome/browser/policy/app_pack_updater.h

Issue 9355044: Added KioskModeAppPack proto. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 8 years, 10 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
OLDNEW
(Empty)
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
3 // found in the LICENSE file.
4
5 #ifndef CHROME_BROWSER_POLICY_APP_PACK_UPDATER_H_
6 #define CHROME_BROWSER_POLICY_APP_PACK_UPDATER_H_
7 #pragma once
8
9 namespace policy {
10
11 // Work in progress: http://crosbug.com/25463
12 class AppPackUpdater {
13 public:
14 // Keys for the entries in the KioskModeAppPack dictionary policy.
15 static const char kExtensionId[];
16 static const char kUpdateUrl[];
17 static const char kKeyChecksum[];
18 };
19
20 } // namespace policy
21
22 #endif // CHROME_BROWSER_POLICY_APP_PACK_UPDATER_H_
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/device_settings_provider.cc ('k') | chrome/browser/policy/app_pack_updater.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698