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

Unified Diff: content/browser/indexed_db/indexed_db_internals_ui.h

Issue 114193009: [Download] Return DownloadInterruptReason from OnStartedCallback (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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
Index: content/browser/indexed_db/indexed_db_internals_ui.h
diff --git a/content/browser/indexed_db/indexed_db_internals_ui.h b/content/browser/indexed_db/indexed_db_internals_ui.h
index a196e036de1952c2d490d8fe0945cbddc3d1c4ba..f51df01db09e7f423df5db25fb0a16591307d80f 100644
--- a/content/browser/indexed_db/indexed_db_internals_ui.h
+++ b/content/browser/indexed_db/indexed_db_internals_ui.h
@@ -9,9 +9,9 @@
#include "base/memory/ref_counted.h"
#include "base/memory/scoped_ptr.h"
+#include "content/public/browser/download_interrupt_reasons.h"
#include "content/public/browser/indexed_db_context.h"
#include "content/public/browser/web_ui_controller.h"
-#include "net/base/net_errors.h"
namespace base {
class ListValue;
@@ -52,8 +52,8 @@ class IndexedDBInternalsUI : public WebUIController {
const GURL& origin_url,
const base::FilePath& temp_path,
size_t connection_count,
- content::DownloadItem* item,
- net::Error error);
+ DownloadItem* item,
+ DownloadInterruptReason interrupt_reason);
void ForceCloseOrigin(const base::ListValue* args);
void ForceCloseOriginOnIndexedDBThread(
« no previous file with comments | « content/browser/download/drag_download_file.cc ('k') | content/browser/indexed_db/indexed_db_internals_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698