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

Unified Diff: chrome/browser/ui/browser_commands.cc

Issue 12077030: Allow signin to continue even if sync is disabled by policy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed mac tests. Created 7 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/browser_commands.cc
diff --git a/chrome/browser/ui/browser_commands.cc b/chrome/browser/ui/browser_commands.cc
index da95740433d1a872648a08e7d18d9555fce0dbf8..b0205e96b67686393de858c07bb3ffde58bf56d5 100644
--- a/chrome/browser/ui/browser_commands.cc
+++ b/chrome/browser/ui/browser_commands.cc
@@ -203,6 +203,7 @@ bool IsNTPModeForInstantExtendedAPI(const Browser* browser) {
} // namespace
+#include "chrome/app/chrome_command_ids.h"
bool IsCommandEnabled(Browser* browser, int command) {
return browser->command_controller()->command_updater()->IsCommandEnabled(
command);

Powered by Google App Engine
This is Rietveld 408576698