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

Unified Diff: chrome/browser/debugger/devtools_file_util.h

Issue 7274031: Wholesale move of debugger sources to content. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add OWNERS and DEPS. Created 9 years, 6 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: chrome/browser/debugger/devtools_file_util.h
diff --git a/chrome/browser/debugger/devtools_file_util.h b/chrome/browser/debugger/devtools_file_util.h
deleted file mode 100644
index a70c8af86bdad13d567bbd8ccf035914c3b11239..0000000000000000000000000000000000000000
--- a/chrome/browser/debugger/devtools_file_util.h
+++ /dev/null
@@ -1,29 +0,0 @@
-// 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.
-
-#ifndef CHROME_BROWSER_DEBUGGER_DEVTOOLS_FILE_UTIL_H_
-#define CHROME_BROWSER_DEBUGGER_DEVTOOLS_FILE_UTIL_H_
-#pragma once
-
-#include <string>
-
-#include "base/basictypes.h"
-
-class Profile;
-
-class DevToolsFileUtil {
- public:
-
- // Shows Save As dialog using default save location from the |profile| prefs,
- // |suggested_file_name| as the default name and saves |content| to the given
- // location.
- static void SaveAs(Profile* profile,
- const std::string& suggested_file_name,
- const std::string& content);
-
- private:
- DISALLOW_COPY_AND_ASSIGN(DevToolsFileUtil);
-};
-
-#endif // CHROME_BROWSER_DEBUGGER_DEVTOOLS_FILE_UTIL_H_

Powered by Google App Engine
This is Rietveld 408576698