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

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

Issue 564993002: Embedded Extension Options: remove flags and trunk channel restrictions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years, 3 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
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/browser/extensions/extension_webui_apitest.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/chrome_content_browser_client.h" 5 #include "chrome/browser/chrome_content_browser_client.h"
6 6
7 #include <set> 7 #include <set>
8 #include <utility> 8 #include <utility>
9 #include <vector> 9 #include <vector>
10 10
(...skipping 1315 matching lines...) Expand 10 before | Expand all | Expand 10 after
1326 static const char* const kSwitchNames[] = { 1326 static const char* const kSwitchNames[] = {
1327 autofill::switches::kDisableIgnoreAutocompleteOff, 1327 autofill::switches::kDisableIgnoreAutocompleteOff,
1328 autofill::switches::kDisablePasswordGeneration, 1328 autofill::switches::kDisablePasswordGeneration,
1329 autofill::switches::kEnablePasswordGeneration, 1329 autofill::switches::kEnablePasswordGeneration,
1330 autofill::switches::kLocalHeuristicsOnlyForPasswordGeneration, 1330 autofill::switches::kLocalHeuristicsOnlyForPasswordGeneration,
1331 #if defined(ENABLE_EXTENSIONS) 1331 #if defined(ENABLE_EXTENSIONS)
1332 extensions::switches::kAllowHTTPBackgroundPage, 1332 extensions::switches::kAllowHTTPBackgroundPage,
1333 extensions::switches::kAllowLegacyExtensionManifests, 1333 extensions::switches::kAllowLegacyExtensionManifests,
1334 extensions::switches::kEnableAppView, 1334 extensions::switches::kEnableAppView,
1335 extensions::switches::kEnableAppWindowControls, 1335 extensions::switches::kEnableAppWindowControls,
1336 extensions::switches::kEnableEmbeddedExtensionOptions,
1337 extensions::switches::kEnableExperimentalExtensionApis, 1336 extensions::switches::kEnableExperimentalExtensionApis,
1338 extensions::switches::kEnableScriptsRequireAction, 1337 extensions::switches::kEnableScriptsRequireAction,
1339 extensions::switches::kExtensionsOnChromeURLs, 1338 extensions::switches::kExtensionsOnChromeURLs,
1340 extensions::switches::kWhitelistedExtensionID, 1339 extensions::switches::kWhitelistedExtensionID,
1341 #endif 1340 #endif
1342 switches::kAppsCheckoutURL, 1341 switches::kAppsCheckoutURL,
1343 switches::kAppsGalleryURL, 1342 switches::kAppsGalleryURL,
1344 switches::kCloudPrintURL, 1343 switches::kCloudPrintURL,
1345 switches::kCloudPrintXmppEndpoint, 1344 switches::kCloudPrintXmppEndpoint,
1346 switches::kDisableBundledPpapiFlash, 1345 switches::kDisableBundledPpapiFlash,
(...skipping 1245 matching lines...) Expand 10 before | Expand all | Expand 10 after
2592 switches::kDisableWebRtcEncryption, 2591 switches::kDisableWebRtcEncryption,
2593 }; 2592 };
2594 to_command_line->CopySwitchesFrom(from_command_line, 2593 to_command_line->CopySwitchesFrom(from_command_line,
2595 kWebRtcDevSwitchNames, 2594 kWebRtcDevSwitchNames,
2596 arraysize(kWebRtcDevSwitchNames)); 2595 arraysize(kWebRtcDevSwitchNames));
2597 } 2596 }
2598 } 2597 }
2599 #endif // defined(ENABLE_WEBRTC) 2598 #endif // defined(ENABLE_WEBRTC)
2600 2599
2601 } // namespace chrome 2600 } // namespace chrome
OLDNEW
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/browser/extensions/extension_webui_apitest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698