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

Unified Diff: athena/content/public/dialogs.h

Issue 863033002: Delete athena/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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: athena/content/public/dialogs.h
diff --git a/athena/content/public/dialogs.h b/athena/content/public/dialogs.h
deleted file mode 100644
index 16d39bb2a2c273b024c1ebfe19c904acfdc5546b..0000000000000000000000000000000000000000
--- a/athena/content/public/dialogs.h
+++ /dev/null
@@ -1,34 +0,0 @@
-// Copyright 2014 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 ATHENA_CONTENT_PUBLIC_DIALOGS_H_
-#define ATHENA_CONTENT_PUBLIC_DIALOGS_H_
-
-#include <vector>
-
-#include "third_party/skia/include/core/SkColor.h"
-
-namespace content {
-class ColorChooser;
-class JavaScriptDialogManager;
-class WebContents;
-struct ColorSuggestion;
-struct FileChooserParams;
-}
-
-namespace athena {
-
-// Open Color chooser window.
-content::ColorChooser* OpenColorChooser(
- content::WebContents* web_contents,
- SkColor color,
- const std::vector<content::ColorSuggestion>& suggestions);
-
-// Open FileChooser window.
-void OpenFileChooser(content::WebContents* web_contents,
- const content::FileChooserParams& params);
-
-} // namespace athena
-
-#endif // ATHENA_CONTENT_PUBLIC_DIALOGS_H_
« no previous file with comments | « athena/content/public/content_activity_factory_creator.h ('k') | athena/content/public/web_contents_view_delegate_creator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698