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

Unified Diff: chrome/browser/chromeos/login/image_decoder.h

Issue 6805008: Remove RDH from UtilityProcessHost. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix presubmit. Created 9 years, 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/image_decoder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/image_decoder.h
diff --git a/chrome/browser/chromeos/login/image_decoder.h b/chrome/browser/chromeos/login/image_decoder.h
index d5c15c159f890753fef7729e8988826175ed4f69..b8f9a203881040b8405dacf1b31e123d8c81b216 100644
--- a/chrome/browser/chromeos/login/image_decoder.h
+++ b/chrome/browser/chromeos/login/image_decoder.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2010 The Chromium Authors. All rights reserved.
+// Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -11,8 +11,6 @@
#include "chrome/browser/utility_process_host.h"
-class ResourceDispatcherHost;
-
namespace chromeos {
// Decodes an image in a sandboxed process.
@@ -49,8 +47,7 @@ class ImageDecoder : public UtilityProcessHost::Client {
virtual void OnDecodeImageFailed();
// Launches sandboxed process that will decode the image.
- void DecodeImageInSandbox(ResourceDispatcherHost* rdh,
- const std::vector<unsigned char>& image_data);
+ void DecodeImageInSandbox(const std::vector<unsigned char>& image_data);
Delegate* delegate_;
std::vector<unsigned char> image_data_;
@@ -62,4 +59,3 @@ class ImageDecoder : public UtilityProcessHost::Client {
} // namespace chromeos
#endif // CHROME_BROWSER_CHROMEOS_LOGIN_IMAGE_DECODER_H_
-
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/image_decoder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698