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

Unified Diff: chrome/browser/ui/views/desktop_media_picker_views_deprecated.h

Issue 1962073002: Desktop Capture Picker New UI: Non Mac Structure Change (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix Unittest Crash Created 4 years, 7 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/ui/views/desktop_media_picker_views_deprecated.h
diff --git a/chrome/browser/ui/views/desktop_media_picker_views.h b/chrome/browser/ui/views/desktop_media_picker_views_deprecated.h
similarity index 94%
rename from chrome/browser/ui/views/desktop_media_picker_views.h
rename to chrome/browser/ui/views/desktop_media_picker_views_deprecated.h
index ef6ff2693504d16f95ffb31e565f3ea7a23c83b0..1433743ec3c887497c161a85ebdf2c1728aecfba 100644
--- a/chrome/browser/ui/views/desktop_media_picker_views.h
+++ b/chrome/browser/ui/views/desktop_media_picker_views_deprecated.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_UI_VIEWS_DESKTOP_MEDIA_PICKER_VIEWS_H_
-#define CHROME_BROWSER_UI_VIEWS_DESKTOP_MEDIA_PICKER_VIEWS_H_
+#ifndef CHROME_BROWSER_UI_VIEWS_DESKTOP_MEDIA_PICKER_VIEWS_DEPRECATED_H_
+#define CHROME_BROWSER_UI_VIEWS_DESKTOP_MEDIA_PICKER_VIEWS_DEPRECATED_H_
#include "base/macros.h"
#include "chrome/browser/media/desktop_media_list_observer.h"
@@ -16,6 +16,10 @@ class Label;
class Checkbox;
} // namespace views
+// TODO(qiangchen): Remove this file after new UI is done, and remove related
+// resource strings, such as IDS_DESKTOP_MEDIA_PICKER_AUDIO_SHARE_TOOLTIP_NONE.
+namespace deprecated {
+
class DesktopMediaPickerDialogView;
class DesktopMediaPickerViews;
class DesktopMediaSourceView;
@@ -201,4 +205,6 @@ class DesktopMediaPickerViews : public DesktopMediaPicker {
DISALLOW_COPY_AND_ASSIGN(DesktopMediaPickerViews);
};
-#endif // CHROME_BROWSER_UI_VIEWS_DESKTOP_MEDIA_PICKER_VIEWS_H_
+} // namespace deprecated
+
+#endif // CHROME_BROWSER_UI_VIEWS_DESKTOP_MEDIA_PICKER_VIEWS_DEPRECATED_H_

Powered by Google App Engine
This is Rietveld 408576698