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

Side by Side Diff: trunk/src/chrome/utility/chrome_content_utility_ipc_whitelist.cc

Issue 175423004: Revert 252466 "In order to support writing on windows we need to..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 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
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 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/utility/chrome_content_utility_ipc_whitelist.h" 5 #include "chrome/utility/chrome_content_utility_ipc_whitelist.h"
6 #include "chrome/common/chrome_utility_messages.h"
7 6
8 namespace chrome { 7 namespace chrome {
9 8
10 const uint32 kMessageWhitelist[] = {ChromeUtilityMsg_ImageWriter_Cancel::ID, 9 const uint32 kMessageWhitelist[] = {0};
11 ChromeUtilityMsg_ImageWriter_Write::ID,
12 ChromeUtilityMsg_ImageWriter_Verify::ID};
13 const size_t kMessageWhitelistSize = arraysize(kMessageWhitelist); 10 const size_t kMessageWhitelistSize = arraysize(kMessageWhitelist);
14 11
15 } // namespace chrome 12 } // namespace chrome
OLDNEW
« no previous file with comments | « trunk/src/chrome/utility/chrome_content_utility_client.cc ('k') | trunk/src/chrome/utility/image_writer/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698