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

Side by Side Diff: chrome/browser/defaults.cc

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, 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/defaults.h ('k') | chrome/browser/extensions/component_loader.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "chrome/browser/defaults.h" 5 #include "chrome/browser/defaults.h"
6 6
7 namespace browser_defaults { 7 namespace browser_defaults {
8 8
9 #if defined(USE_AURA) 9 #if defined(USE_AURA)
10 const bool kOSSupportsOtherBrowsers = false; 10 const bool kOSSupportsOtherBrowsers = false;
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 // Getting started guide shown as an app window (session restore is skipped). 111 // Getting started guide shown as an app window (session restore is skipped).
112 // In all other cases (existing user) we're initializing to empty desktop 112 // In all other cases (existing user) we're initializing to empty desktop
113 // if session restore is empty. http://crbug.com/141718 113 // if session restore is empty. http://crbug.com/141718
114 const bool kAlwaysCreateTabbedBrowserOnSessionRestore = false; 114 const bool kAlwaysCreateTabbedBrowserOnSessionRestore = false;
115 #else 115 #else
116 const bool kAlwaysCreateTabbedBrowserOnSessionRestore = true; 116 const bool kAlwaysCreateTabbedBrowserOnSessionRestore = true;
117 #endif 117 #endif
118 118
119 bool bookmarks_enabled = true; 119 bool bookmarks_enabled = true;
120 120
121 bool enable_component_quick_office = true;
122
123 bool enable_help_app = true; 121 bool enable_help_app = true;
124 122
125 } // namespace browser_defaults 123 } // namespace browser_defaults
OLDNEW
« no previous file with comments | « chrome/browser/defaults.h ('k') | chrome/browser/extensions/component_loader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698