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

Unified Diff: chrome/browser/ui/web_feedback_ui.h

Issue 10834107: chrome: Refactor the way to show the feedback ui and move it into chrome namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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 | « chrome/browser/ui/views/sad_tab_view.cc ('k') | chrome/browser/ui/webui/feedback_ui.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/web_feedback_ui.h
diff --git a/chrome/browser/ui/web_feedback_ui.h b/chrome/browser/ui/web_feedback_ui.h
new file mode 100644
index 0000000000000000000000000000000000000000..e8e033d1d013fe9ef45aa5398d4988cf84b261d4
--- /dev/null
+++ b/chrome/browser/ui/web_feedback_ui.h
@@ -0,0 +1,20 @@
+// Copyright (c) 2012 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_UI_WEB_FEEDBACK_UI_H_
+#define CHROME_BROWSER_UI_WEB_FEEDBACK_UI_H_
+
+#include <string>
+
+class Browser;
+
+namespace chrome {
+
+void ShowFeedbackUI(Browser* browser,
+ const std::string& description_template,
+ const std::string& category_tag);
Ben Goodger (Google) 2012/08/01 15:20:22 Maybe this can go into chrome/browser/ui/chrome_pa
+
+} // namespace chrome
+
+#endif // CHROME_BROWSER_UI_WEB_FEEDBACK_UI_H_
« no previous file with comments | « chrome/browser/ui/views/sad_tab_view.cc ('k') | chrome/browser/ui/webui/feedback_ui.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698