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

Unified Diff: chrome/browser/defaults.h

Issue 14190013: Add option in about:flags to disable Quickoffice component extension (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | « chrome/browser/chrome_browser_main.cc ('k') | chrome/browser/defaults.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/defaults.h
diff --git a/chrome/browser/defaults.h b/chrome/browser/defaults.h
index 1b78acde6ead8aa7693b6459955f2b668d0723e4..23629ec44cf38b952a43e3c91c0e4430ee9ba964 100644
--- a/chrome/browser/defaults.h
+++ b/chrome/browser/defaults.h
@@ -94,10 +94,6 @@ extern const bool kAlwaysCreateTabbedBrowserOnSessionRestore;
// Are bookmark enabled? True by default.
extern bool bookmarks_enabled;
-// Whether Quick Office component extension is enabled.
-// True by default. This is only used by Chrome OS today.
-extern bool enable_component_quick_office;
-
// Whether HelpApp is enabled. True by default. This is only used by Chrome OS
// today.
extern bool enable_help_app;
« no previous file with comments | « chrome/browser/chrome_browser_main.cc ('k') | chrome/browser/defaults.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698