OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_now_enabled
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/chrome/browser/apps/
shortcut_manager.cc
169
bool
is_now_enabled
= apps::IsAppShimsEnabled();
local
171
bool
is_now_enabled
= true;
local
174
if (was_enabled !=
is_now_enabled
)
175
prefs_->SetBoolean(prefs::kAppShortcutsHaveBeenCreated,
is_now_enabled
);
177
if (was_enabled || !
is_now_enabled
)
Completed in 50 milliseconds