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

Side by Side Diff: extensions/common/extension_utility_types.h

Issue 2697463002: Convert utility process extension Unpacker IPC to mojo (Closed)
Patch Set: Set the IPC enum traits limit to extensions::Manifest::NUM_LOCATIONS - 1. Created 3 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
OLDNEW
(Empty)
1 // Copyright 2017 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 EXTENSIONS_COMMON_EXTENSION_UTILITY_TYPES_H_
6 #define EXTENSIONS_COMMON_EXTENSION_UTILITY_TYPES_H_
7
8 #include <tuple>
9 #include <vector>
10
11 #include "ui/gfx/ipc/skia/gfx_skia_param_traits.h"
12
13 class SkBitmap;
14
15 namespace base {
16 class FilePath;
17 }
18
19 namespace extensions {
20
21 using DecodedImages = std::vector<std::tuple<SkBitmap, base::FilePath>>;
22
23 } // namespace extensions
24
25 #endif // EXTENSIONS_COMMON_EXTENSION_UTILITY_TYPES_H_
OLDNEW
« no previous file with comments | « extensions/common/extension_utility_messages.h ('k') | extensions/common/manifest_location.typemap » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698