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

Unified Diff: ash/shell/content_client/shell_browser_main_parts.cc

Issue 10083057: Revert 132856 - Aura/ash split: Remove hacks and get chrome linking without ash. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 8 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 | « no previous file | chrome/browser/chrome_browser_main_extra_parts_aura.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell/content_client/shell_browser_main_parts.cc
===================================================================
--- ash/shell/content_client/shell_browser_main_parts.cc (revision 132861)
+++ ash/shell/content_client/shell_browser_main_parts.cc (working copy)
@@ -52,13 +52,6 @@
return true;
}
- views::NativeWidgetHelperAura* CreateNativeWidgetHelper(
- views::NativeWidgetAura* native_widget) OVERRIDE {
- // The default behavior of the test delegate is to work in desktop
- // mode. Return NULL here so NativeWidgetAura uses our RootWindow instead.
- return NULL;
- }
-
private:
DISALLOW_COPY_AND_ASSIGN(ShellViewsDelegate);
};
« no previous file with comments | « no previous file | chrome/browser/chrome_browser_main_extra_parts_aura.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698