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

Unified Diff: chrome/browser/ui/views/frame/opaque_browser_frame_view_platform_specific.h

Issue 124893002: OpaqueBrowserFrameViewPlatformSpecific::Create no longer returns NULL. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove redundant DCHECKs. 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: chrome/browser/ui/views/frame/opaque_browser_frame_view_platform_specific.h
diff --git a/chrome/browser/ui/views/frame/opaque_browser_frame_view_platform_specific.h b/chrome/browser/ui/views/frame/opaque_browser_frame_view_platform_specific.h
index 7f6b1ff21b455503923b786a0ac6eecd65e59a49..765cf706e17026fe56bd8f591c4c6c4bb418285f 100644
--- a/chrome/browser/ui/views/frame/opaque_browser_frame_view_platform_specific.h
+++ b/chrome/browser/ui/views/frame/opaque_browser_frame_view_platform_specific.h
@@ -13,8 +13,7 @@ class OpaqueBrowserFrameViewPlatformSpecific {
public:
virtual ~OpaqueBrowserFrameViewPlatformSpecific() {}
- // Builds an observer for |view| and |layout|. This method returns NULL on
- // platforms which don't need configuration.
+ // Builds an observer for |view| and |layout|.
static OpaqueBrowserFrameViewPlatformSpecific* Create(
OpaqueBrowserFrameView* view,
OpaqueBrowserFrameViewLayout* layout);

Powered by Google App Engine
This is Rietveld 408576698