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

Side by Side Diff: chrome/common/image_writer/image_writer_client.h

Issue 61643015: Adds imageWriterPrivate support for Windows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reorganization and test updates. Created 7 years, 1 month 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 2013 The Chromium Authors. All rights reserved.
jam 2013/11/21 19:36:41 i don't see anyone using this file?
Drew Haven 2013/11/26 02:10:43 Oh, you're right. Oops.
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_COMMON_IMAGE_WRITER_IMAGE_WRITER_CLIENT_H_
6 #define CHROME_COMMON_IMAGE_WRITER_IMAGE_WRITER_CLIENT_H_
7
8 namespace image_writer {
9
10 class ImageWriterClient {
11 public:
12 virtual ~ImageWriterClient() {}
13
14 virtual bool BurnImage() = 0;
15 } // namespace image_writer
16
17 #endif // CHROME_COMMON_IMAGE_WRITER_IMAGE_WRITER_CLIENT_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698